summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-trove-classifiers_2025.1.15.22.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-trove-classifiers_2025.1.15.22.bb')
-rw-r--r--meta/recipes-devtools/python/python3-trove-classifiers_2025.1.15.22.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2025.1.15.22.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2025.1.15.22.bb
new file mode 100644
index 0000000000..eb7eb30554
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-trove-classifiers_2025.1.15.22.bb
@@ -0,0 +1,15 @@
1SUMMARY = "Canonical source for classifiers on PyPI (pypi.org)."
2HOMEPAGE = "https://github.com/pypa/trove-classifiers"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
5
6SRC_URI[sha256sum] = "90af74358d3a01b3532bc7b3c88d8c6a094c2fd50a563d13d9576179326d7ed9"
7
8PYPI_PACKAGE = "trove_classifiers"
9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
10
11inherit pypi python_setuptools_build_meta ptest-python-pytest
12
13DEPENDS += " python3-calver-native"
14
15BBCLASSEXTEND = "native nativesdk"