From 6e4d8d975d8ff9086d04d3af3df77cf5c3c92f05 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 24 Apr 2024 16:42:25 +0800 Subject: python3-trove-classifiers: upgrade 2024.3.3 -> 2024.4.10 Changelog: ========== - Add Natural Languages - Add OpenTelemetry related classifiers (From OE-Core rev: d2b76538679910d986e3e58f91bd9fce8eb9c63f) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../python/python3-trove-classifiers_2024.3.3.bb | 26 ---------------------- .../python/python3-trove-classifiers_2024.4.10.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-trove-classifiers_2024.3.3.bb create mode 100644 meta/recipes-devtools/python/python3-trove-classifiers_2024.4.10.bb (limited to 'meta') diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2024.3.3.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2024.3.3.bb deleted file mode 100644 index b912efcf55..0000000000 --- a/meta/recipes-devtools/python/python3-trove-classifiers_2024.3.3.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] = "df7edff9c67ff86b733628998330b180e81d125b1e096536d83ac0fd79673fdc" - -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.4.10.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2024.4.10.bb new file mode 100644 index 0000000000..357b428983 --- /dev/null +++ b/meta/recipes-devtools/python/python3-trove-classifiers_2024.4.10.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] = "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" -- cgit v1.2.3-54-g00ecf