From 9c43442d7dd54e9b4bd3cd4cec90360050f5cec9 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 17 Feb 2025 02:44:26 +0000 Subject: automatic import of python-trove-classifiers --- .gitignore | 1 + python-trove-classifiers.spec | 81 +++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 83 insertions(+) create mode 100644 python-trove-classifiers.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..92d4298 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/trove_classifiers-2024.10.21.16.tar.gz diff --git a/python-trove-classifiers.spec b/python-trove-classifiers.spec new file mode 100644 index 0000000..fef04f3 --- /dev/null +++ b/python-trove-classifiers.spec @@ -0,0 +1,81 @@ +%global _empty_manifest_terminate_build 0 +Name: python-trove-classifiers +Version: 2024.10.21.16 +Release: 1 +Summary: Canonical source for classifiers on PyPI (pypi.org). +License: Apache-2.0 +URL: https://github.com/pypa/trove-classifiers +Source0: https://files.pythonhosted.org/packages/source/t/trove_classifiers/trove_classifiers-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pbr +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-hatchling + +%description +Canonical source for classifiers on PyPI (pypi.org). + +%package -n python3-trove-classifiers +Summary: Canonical source for classifiers on PyPI (pypi.org). +Provides: python-trove-classifiers +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-hatchling +%description -n python3-trove-classifiers +Canonical source for classifiers on PyPI (pypi.org). + +%package help +Summary: Development documents and examples for trove-classifiers +Provides: python3-trove-classifiers-doc + +%description help +Development documents and examples for trove-classifiers. + +%prep +%autosetup -n trove_classifiers-%{version} + +%build +%pyproject_build + +%install +%pyproject_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi +if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi + +%files -n python3-trove-classifiers +%doc README.md +%license LICENSE +%{python3_sitelib}/trove_classifiers +%{python3_sitelib}/trove_classifiers*.dist-info/ + + +%files help +%{_docdir}/* + +%changelog +* Thu Nov 07 2024 caiyuxin - 2024.10.21.16-1 +- Update package to version 2024.10.21.16 + * update calver to include hour + * Add Django trove classifiers for 5 and upcoming 5.2 release. + +* Sat Sep 21 2024 xuhe - 2024.9.12-1 +- Update version to 2024.9.12 +- Add Odoo 18 trove classifier. + +* Wed Jul 24 2024 kywqs - 2024.7.2-1 +- update version to 2024.7.2 +- Add CUDA 12.3-12.5 classifiers +- Add Trove classifier for Django 5.1 + +* Mon Apr 22 2024 zhaojingyu - 2024.1.8-1 +- update package to version 2024.1.8 +- Added classifiers for Controller Area Network + +* Thu Nov 2 2023 Dongxing Wang - 2023.10.18-1 +- Init package diff --git a/sources b/sources new file mode 100644 index 0000000..c1a04f1 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +c2820cfbb09e91d84ade85e0e65d87ae trove_classifiers-2024.10.21.16.tar.gz -- cgit v1.2.3