diff options
| author | Trevor Gamblin <tgamblin@baylibre.com> | 2024-05-21 13:04:44 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-23 11:26:39 +0100 |
| commit | 90e97c5442a745a4030930815b71daa5235ff850 (patch) | |
| tree | df343ac8c1b166ae158702bcfc7fa9b90a55c0ff /meta/recipes-devtools/python/python3-trove-classifiers_2024.5.17.bb | |
| parent | 2cd0e0b17c8deb9e37982096fc24746af2e9b5bf (diff) | |
| download | poky-90e97c5442a745a4030930815b71daa5235ff850.tar.gz | |
python3-trove-classifiers: upgrade 2024.4.10 -> 2024.5.17
PYPI_PACKAGE is added since the upstream now uses an underscore in the
package name.
Changelog (https://github.com/pypa/trove-classifiers/releases):
- Add Trove classifier for Python 3.14 (#178)
(From OE-Core rev: bc27e247cf169cb3f91b953f4741f6af3fc25499)
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.bb | 28 |
1 files changed, 28 insertions, 0 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 new file mode 100644 index 0000000000..94c48ed102 --- /dev/null +++ b/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.17.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | SUMMARY = "Canonical source for classifiers on PyPI (pypi.org)." | ||
| 2 | HOMEPAGE = "https://github.com/pypa/trove-classifiers" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "d47a6f1c48803091c3fc81f535fecfeef65b558f2b9e4e83df7a79d17bce8bbf" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "trove_classifiers" | ||
| 9 | |||
| 10 | inherit pypi python_setuptools_build_meta ptest | ||
| 11 | |||
| 12 | DEPENDS += " python3-calver-native" | ||
| 13 | |||
| 14 | SRC_URI += " \ | ||
| 15 | file://run-ptest \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS:${PN}-ptest += " \ | ||
| 19 | python3-pytest \ | ||
| 20 | python3-unittest-automake-output \ | ||
| 21 | " | ||
| 22 | |||
| 23 | do_install_ptest() { | ||
| 24 | install -d ${D}${PTEST_PATH}/tests | ||
| 25 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 26 | } | ||
| 27 | |||
| 28 | BBCLASSEXTEND = "native nativesdk" | ||
