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