Files
poky/meta/recipes-devtools/python/python3-trove-classifiers_2025.3.19.19.bb
Richard Purdie a7bf6494f9 python3-trove-classifiers: upgrade 2025.3.13.13 -> 2025.3.19.19
(From OE-Core rev: 7dee7a22f68a2ec0393491447549221ccc659262)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-04-03 11:06:20 +01:00

16 lines
525 B
BlitzBasic

SUMMARY = "Canonical source for classifiers on PyPI (pypi.org)."
HOMEPAGE = "https://github.com/pypa/trove-classifiers"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
SRC_URI[sha256sum] = "98e9d396fe908d5f43b7454fa4c43d17cd0fdadf046f45fb38a5e3af8d959ecd"
PYPI_PACKAGE = "trove_classifiers"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
inherit pypi python_setuptools_build_meta ptest-python-pytest
DEPENDS += " python3-calver-native"
BBCLASSEXTEND = "native nativesdk"