Bump to 2023.11.29 accepted/tizen_9.0_base accepted/tizen_base accepted/tizen_base_asan accepted/tizen_base_dev accepted/tizen_base_toolchain accepted/tizen_base_x accepted/tizen_base_x_asan sandbox/python3-trove_classifiers_2023.11.29 tizen_9.0_base tizen_base accepted/tizen/9.0/base/20241030.075223 accepted/tizen/base/20240328.042928 accepted/tizen/base/asan/20240406.082146 accepted/tizen/base/dev/20241206.041127 accepted/tizen/base/toolchain/20240424.234626 accepted/tizen/base/x/20240328.085921 accepted/tizen/base/x/asan/20240412.002745 tizen_9.0_m2_release
authorTizenOpenSource <tizenopensrc@samsung.com>
Tue, 6 Feb 2024 04:12:15 +0000 (13:12 +0900)
committerTizenOpenSource <tizenopensrc@samsung.com>
Tue, 6 Feb 2024 04:12:15 +0000 (13:12 +0900)
Signed-off-by: TizenOpenSource <tizenopensrc@samsung.com>
packaging/python3-trove_classifiers.manifest [new file with mode: 0644]
packaging/python3-trove_classifiers.spec [new file with mode: 0644]

diff --git a/packaging/python3-trove_classifiers.manifest b/packaging/python3-trove_classifiers.manifest
new file mode 100644 (file)
index 0000000..86dbb26
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+    <request>
+        <domain name="_" />
+    </request>
+</manifest>
diff --git a/packaging/python3-trove_classifiers.spec b/packaging/python3-trove_classifiers.spec
new file mode 100644 (file)
index 0000000..9a0ed77
--- /dev/null
@@ -0,0 +1,35 @@
+Name:           python3-trove_classifiers
+Version:        2023.11.29
+Release:        0
+Summary:        Canonical source for classifiers on PyPI
+License:        Apache-2.0
+URL:            https://github.com/pypa/trove-classifiers
+Source0:        trove_classifiers-%{version}.tar.gz
+Source1001:     %{name}.manifest
+
+BuildRequires:  pkgconfig(python3)
+BuildRequires:  python3-setuptools
+BuildRequires:  python3-build
+BuildRequires:  python3-calver
+
+BuildArch:      noarch
+
+%description
+Classifiers categorize projects per PEP 301. Use this package to validate classifiers in packages for PyPI upload or download.
+
+%prep
+%setup -q -n trove_classifiers-%{version}
+
+%build
+cp %{SOURCE1001} .
+%{_bindir}/python3 setup.py build
+
+%install
+%{_bindir}/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+
+%files 
+%license LICENSE
+%{python3_sitelib}/trove_classifiers/*.py
+%{python3_sitelib}/trove_classifiers/*.typed
+%{python3_sitelib}/trove_classifiers/__pycache__/*
+%{python3_sitelib}/trove_classifiers-*-py%{python3_version}.egg-info