From 717631016f23bc27b8b2c1870938bc0a24de152b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 26 Sep 2023 16:33:37 +0800 Subject: python3-trove-classifiers: upgrade 2023.8.7 -> 2023.9.19 Changelog: Add Trove classifier for Django 5.0 (#153) (From OE-Core rev: 34a8240eb9a8ec6d693fad51e1d24340f5c77fd8) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/python3-trove-classifiers_2023.8.7.bb | 26 ---------------------- .../python/python3-trove-classifiers_2023.9.19.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-trove-classifiers_2023.8.7.bb create mode 100644 meta/recipes-devtools/python/python3-trove-classifiers_2023.9.19.bb diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2023.8.7.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2023.8.7.bb deleted file mode 100644 index 9aed0d62e4..0000000000 --- a/meta/recipes-devtools/python/python3-trove-classifiers_2023.8.7.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] = "c9f2a0a85d545e5362e967e4f069f56fddfd91215e22ffa48c66fb283521319a" - -inherit pypi python_setuptools_build_meta ptest - -DEPENDS += " python3-calver-native" - -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS:${PN}-ptest += " \ - ${PYTHON_PN}-pytest \ - ${PYTHON_PN}-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_2023.9.19.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2023.9.19.bb new file mode 100644 index 0000000000..aa062f659b --- /dev/null +++ b/meta/recipes-devtools/python/python3-trove-classifiers_2023.9.19.bb @@ -0,0 +1,26 @@ +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] = "3e700af445c802f251ce2b741ee78d2e5dfa5ab8115b933b89ca631b414691c9" + +inherit pypi python_setuptools_build_meta ptest + +DEPENDS += " python3-calver-native" + +SRC_URI += " \ + file://run-ptest \ +" + +RDEPENDS:${PN}-ptest += " \ + ${PYTHON_PN}-pytest \ + ${PYTHON_PN}-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