summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.17.bb
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2024-06-04 09:24:27 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-06-06 11:56:03 +0100
commit44b22843b00c0d9ed114ce2ae61280a4af7186d1 (patch)
treef9ad541663a4f3e47678c1492aacdec03e911600 /meta/recipes-devtools/python/python3-trove-classifiers_2024.5.17.bb
parentee7921c5741bdda0bbe77dcde8bf73d274d73f0b (diff)
downloadpoky-44b22843b00c0d9ed114ce2ae61280a4af7186d1.tar.gz
python3-trove-classifiers: upgrade 2024.5.17 -> 2024.5.22
Changelog: 3674fe0 Add Trove classifier for Django 5.1 (#179) (From OE-Core rev: 2b1cb77fbd500de460606092cd727044d5dbcdcb) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-trove-classifiers_2024.5.17.bb')
-rw-r--r--meta/recipes-devtools/python/python3-trove-classifiers_2024.5.17.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.17.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.17.bb
deleted file mode 100644
index 94c48ed102..0000000000
--- a/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.17.bb
+++ /dev/null
@@ -1,28 +0,0 @@
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] = "d47a6f1c48803091c3fc81f535fecfeef65b558f2b9e4e83df7a79d17bce8bbf"
7
8PYPI_PACKAGE = "trove_classifiers"
9
10inherit pypi python_setuptools_build_meta ptest
11
12DEPENDS += " python3-calver-native"
13
14SRC_URI += " \
15 file://run-ptest \
16"
17
18RDEPENDS:${PN}-ptest += " \
19 python3-pytest \
20 python3-unittest-automake-output \
21"
22
23do_install_ptest() {
24 install -d ${D}${PTEST_PATH}/tests
25 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
26}
27
28BBCLASSEXTEND = "native nativesdk"