python-trove-classifiers 2023.2.20-1 (aarch64;znver1;x86_64) 2023-17335
9999
| Status | published | ||||||
| Submitter | mandian [@T] tutanota.com | ||||||
| Platform | rolling | ||||||
| Repository | main | ||||||
| URL | https://abf.openmandriva.org/build_lists/293896 | ||||||
| Packages |
|
||||||
| Build Date | 2023-03-09 16:05:34 +0000 UTC | ||||||
| Last Updated | 2023-03-14 15:40:10.941516041 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary ae8d609948e44f7e4503a8a84daff67a63acc2f8
commit ae8d609948e44f7e4503a8a84daff67a63acc2f8
Author: mandian <mandian@users.noreply.github.com>
AuthorDate: Thu Mar 9 15:38:37 2023 +0000
Commit: mandian <mandian@users.noreply.github.com>
CommitDate: Thu Mar 9 15:38:37 2023 +0000
Initial release
---
.abf.yml | 2 ++
python-trove-classifiers.spec | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
create mode 100644 .abf.yml
create mode 100644 python-trove-classifiers.spec
diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..65a7f7d
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+ trove-classifiers-2023.2.20.tar.gz: 63cb97030875aec2654adea75a91b2dacd65c39e
diff --git a/python-trove-classifiers.spec b/python-trove-classifiers.spec
new file mode 100644
index 0000000..b709e6d
--- /dev/null
+++ b/python-trove-classifiers.spec
@@ -0,0 +1,38 @@
+Summary: Canonical source for classifiers on PyPI (pypi.org)
+Name: python-trove-classifiers
+Version: 2023.2.20
+Release: 1
+License: Apache-2.0
+Group: Development/Python
+URL: https://pypi.org/project/trove-classifiers/
+Source0: https://files.pythonhosted.org/packages/source/t/trove-classifiers/trove-classifiers-%{version}.tar.gz
+BuildRequires: pkgconfig(python3)
+BuildRequires: python%{pyver}dist(pip)
+BuildRequires: python%{pyver}dist(setuptools)
+BuildRequires: python%{pyver}dist(wheel)
+
+BuildArch: noarch
+
+%description
+Canonical source for classifiers on PyPI.
+
+Classifiers categorize projects per PEP 301. Use this package to validate
+classifiers in packages for PyPI upload or download.
+
+%files
+%license LICENSE
+%doc README.md
+%{py_sitedir}/trove_classifiers
+%{py_sitedir}/trove_classifiers-*.*-info
+
+#--------------------------------------------------------------------
+
+%prep
+%autosetup -p1 -n trove-classifiers-%{version}
+
+%build
+%py_build
+
+%install
+%py_install
+
Not Available
| benbullard79 [@T] cox.net | No Comment. | 969d 22hrs |
| benbullard79 [@T] cox.net | No Comment. | 969d 22hrs |