summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-trove-classifiers_2023.11.29.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-12-19 18:02:28 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-23 08:46:00 +0000
commitb15fb09ecd1221208590f23a3a7a51f65b6d8c11 (patch)
tree89fe57b364cf3aeecefaa72ca1a12acba93c9c4e /meta/recipes-devtools/python/python3-trove-classifiers_2023.11.29.bb
parentd3c802bcbea8a1cb2f98bfcd4a479c7f880c6087 (diff)
downloadpoky-b15fb09ecd1221208590f23a3a7a51f65b6d8c11.tar.gz
python3-trove-classifiers: upgrade 2023.11.22 -> 2023.11.29
Changelog: License :: OSI Approved :: Zero-Clause BSD (0BSD) (From OE-Core rev: 5b79e2f00f85556723e0405689ffb76c8116458f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-trove-classifiers_2023.11.29.bb')
-rw-r--r--meta/recipes-devtools/python/python3-trove-classifiers_2023.11.29.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2023.11.29.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2023.11.29.bb
new file mode 100644
index 0000000000..a06d08455c
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-trove-classifiers_2023.11.29.bb
@@ -0,0 +1,26 @@
1SUMMARY = "Canonical source for classifiers on PyPI (pypi.org)."
2HOMEPAGE = "https://github.com/pypa/trove-classifiers"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
5
6SRC_URI[sha256sum] = "ff8f7fd82c7932113b46e7ef6742c70091cc63640c8c65db00d91f2e940b9514"
7
8inherit pypi python_setuptools_build_meta ptest
9
10DEPENDS += " python3-calver-native"
11
12SRC_URI += " \
13 file://run-ptest \
14"
15
16RDEPENDS:${PN}-ptest += " \
17 ${PYTHON_PN}-pytest \
18 ${PYTHON_PN}-unittest-automake-output \
19"
20
21do_install_ptest() {
22 install -d ${D}${PTEST_PATH}/tests
23 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
24}
25
26BBCLASSEXTEND = "native nativesdk"