From 90e97c5442a745a4030930815b71daa5235ff850 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Tue, 21 May 2024 13:04:44 -0400 Subject: python3-trove-classifiers: upgrade 2024.4.10 -> 2024.5.17 PYPI_PACKAGE is added since the upstream now uses an underscore in the package name. Changelog (https://github.com/pypa/trove-classifiers/releases): - Add Trove classifier for Python 3.14 (#178) (From OE-Core rev: bc27e247cf169cb3f91b953f4741f6af3fc25499) Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie --- .../python/python3-trove-classifiers_2024.4.10.bb | 26 -------------------- .../python/python3-trove-classifiers_2024.5.17.bb | 28 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 26 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-trove-classifiers_2024.4.10.bb create mode 100644 meta/recipes-devtools/python/python3-trove-classifiers_2024.5.17.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2024.4.10.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2024.4.10.bb deleted file mode 100644 index 357b428983..0000000000 --- a/meta/recipes-devtools/python/python3-trove-classifiers_2024.4.10.bb +++ /dev/null @@ -1,26 +0,0 @@ -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] = "49f40bb6a746b72a1cba4f8d55ee8252169cda0f70802e3fd24f04b7fb25a492" - -inherit pypi python_setuptools_build_meta ptest - -DEPENDS += " python3-calver-native" - -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.17.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.17.bb new file mode 100644 index 0000000000..94c48ed102 --- /dev/null +++ b/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.17.bb @@ -0,0 +1,28 @@ +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] = "d47a6f1c48803091c3fc81f535fecfeef65b558f2b9e4e83df7a79d17bce8bbf" + +PYPI_PACKAGE = "trove_classifiers" + +inherit pypi python_setuptools_build_meta ptest + +DEPENDS += " python3-calver-native" + +SRC_URI += " \ + file://run-ptest \ +" + +RDEPENDS:${PN}-ptest += " \ + python3-pytest \ + python3-unittest-automake-output \ +" + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf