mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 21:23:04 +01:00
python3-trove-classifiers: upgrade 2024.5.22 -> 2024.7.2
Changelog: Add CUDA 12.3-12.5 classifiers (From OE-Core rev: aa628d35d0d4cd6520df422d6623dfe79f7180cf) 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>
This commit is contained in:
committed by
Richard Purdie
parent
6450cfa9a9
commit
eb9e4d53b5
@@ -0,0 +1,28 @@
|
||||
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] = "8328f2ac2ce3fd773cbb37c765a0ed7a83f89dc564c7d452f039b69249d0ac35"
|
||||
|
||||
PYPI_PACKAGE = "trove_classifiers"
|
||||
|
||||
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"
|
||||
Reference in New Issue
Block a user