From 715396b7279581fbc1da7e810d0a08bd0ec39fe5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 3 Nov 2023 15:49:50 +0800 Subject: python3-trove-classifiers: upgrade 2023.9.19 -> 2023.10.18 Changelog: dd Framework :: Mkdocs classifier (#154) (From OE-Core rev: 43921fd27e3945965b9a3e9f1cb5a92bf531c8e5) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/python3-trove-classifiers_2023.10.18.bb | 26 ++++++++++++++++++++++ .../python/python3-trove-classifiers_2023.9.19.bb | 26 ---------------------- 2 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 meta/recipes-devtools/python/python3-trove-classifiers_2023.10.18.bb delete mode 100644 meta/recipes-devtools/python/python3-trove-classifiers_2023.9.19.bb (limited to 'meta') diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2023.10.18.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2023.10.18.bb new file mode 100644 index 0000000000..b0c1b84cc5 --- /dev/null +++ b/meta/recipes-devtools/python/python3-trove-classifiers_2023.10.18.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] = "2cdfcc7f31f7ffdd57666a9957296089ac72daad4d11ab5005060e5cd7e29939" + +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 deleted file mode 100644 index aa062f659b..0000000000 --- a/meta/recipes-devtools/python/python3-trove-classifiers_2023.9.19.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] = "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