From c3d97f203cf2d2adb299b548c42fe430f8a9e447 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 29 Nov 2023 07:42:21 +0800 Subject: python3-trove-classifiers: upgrade 2023.11.14 -> 2023.11.22 Changelog: Add "Framework :: Sphinx :: Domain" classifier (From OE-Core rev: 55550dd042a6a2864458d4175c59c1bad4dd87b9) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/python3-trove-classifiers_2023.11.22.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-trove-classifiers_2023.11.22.bb (limited to 'meta/recipes-devtools/python/python3-trove-classifiers_2023.11.22.bb') diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2023.11.22.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2023.11.22.bb new file mode 100644 index 0000000000..44a6f5de03 --- /dev/null +++ b/meta/recipes-devtools/python/python3-trove-classifiers_2023.11.22.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] = "c31a7e92f965f060a244b57d8ed5ee6f53fcb413ee17ce790e00577cb369ad99" + +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