From e3ac99049d813fc9e268b74b01c2a2c4b174c915 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Wed, 17 May 2023 10:54:58 -0400 Subject: python3-trove-classifiers: upgrade 2023.4.29 -> 2023.5.2 (From OE-Core rev: 682f527fb78ce3cce7e981dac9d55dde4e920784) Signed-off-by: Trevor Gamblin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/python3-trove-classifiers_2023.4.29.bb | 26 ---------------------- .../python/python3-trove-classifiers_2023.5.2.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-trove-classifiers_2023.4.29.bb create mode 100644 meta/recipes-devtools/python/python3-trove-classifiers_2023.5.2.bb (limited to 'meta') diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2023.4.29.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2023.4.29.bb deleted file mode 100644 index 4bbcea5489..0000000000 --- a/meta/recipes-devtools/python/python3-trove-classifiers_2023.4.29.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] = "8adcc06f1eb7c495f0bdceb698bd9c044b3e57b0d5767d99ec4b6b17c9bbe957" - -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.5.2.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2023.5.2.bb new file mode 100644 index 0000000000..78057feb52 --- /dev/null +++ b/meta/recipes-devtools/python/python3-trove-classifiers_2023.5.2.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] = "c46d6e40a9581599b16c712e0164fec3764872a4085c673c07559787caedb867" + +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