2025-05-13 12:59:14 +00:00
committed by Git OBS Bridge
commit 62d3f2975b
5 changed files with 106 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c08634901751267fe26d266fc027cf6ed2e5f422696985cec750594b3f4e300
size 41709

View File

@@ -0,0 +1,20 @@
-------------------------------------------------------------------
Mon May 12 16:00:14 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
-------------------------------------------------------------------
Tue Jan 8 17:05:52 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update package descriptions.
-------------------------------------------------------------------
Wed Jan 2 12:56:33 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- Convert to singlespec
-------------------------------------------------------------------
Fri Sep 2 07:53:13 UTC 2016 - tbechtold@suse.com
- Initial packaging (version 0.8.13.0)

View File

@@ -0,0 +1,59 @@
#
# spec file for package python-XStatic-Angular-Schema-Form
#
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: python-XStatic-Angular-Schema-Form
Version: 0.8.13.0
Release: 0
Summary: AngularJS library "schema-form" repackaged for the XStatic standard
License: MIT
Group: Development/Languages/Python
URL: http://schemaform.io/
Source: https://files.pythonhosted.org/packages/source/X/XStatic-Angular-Schema-Form/XStatic-Angular-Schema-Form-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
Angular JavaScript library packaged for setuptools (easy_install) / pip.
There are otherwise no changes.
You can find more info about the xstatic packaging way in the package `XStatic`.
%prep
%setup -q -n XStatic-Angular-Schema-Form-%{version}
%build
%pyproject_wheel
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc README.txt
%dir %{python_sitelib}/xstatic
%dir %{python_sitelib}/xstatic/pkg
%{python_sitelib}/xstatic/pkg/angular_schema_form
%{python_sitelib}/[Xx][Ss]tatic[-_][Aa]ngular[-_][Ss]chema[-_][Ff]orm-%{version}*-info
%{python_sitelib}/[Xx][Ss]tatic[-_][Aa]ngular[-_][Ss]chema[-_][Ff]orm-%{version}*nspkg.pth
%changelog