diff options
| author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-08-17 15:02:40 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-21 16:15:35 +0100 |
| commit | 1d7f413a3331679ac5ebc6d35c2d56ce7981efd0 (patch) | |
| tree | a4a22ce756329892ff65f4a1aba03357bfdb50f3 /meta/recipes-devtools/python/python3-trove-classifiers_2023.7.6.bb | |
| parent | 0444222fd3e4101f97bc309eebc99c0a507f4a65 (diff) | |
| download | poky-1d7f413a3331679ac5ebc6d35c2d56ce7981efd0.tar.gz | |
python3-trove-classfiers: upgrade 2023.7.6 -> 2023.8.7
Changelog: https://github.com/pypa/trove-classifiers/releases
- Add Trove classifier for Python 3.13 (#150)
(From OE-Core rev: a23534e605c0227c3d5f2a4aa74a8164ac0dfea1)
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_2023.7.6.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-trove-classifiers_2023.7.6.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2023.7.6.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2023.7.6.bb deleted file mode 100644 index 7879dc2031..0000000000 --- a/meta/recipes-devtools/python/python3-trove-classifiers_2023.7.6.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 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] = "8a8e168b51d20fed607043831d37632bb50919d1c80a64e0f1393744691a8b22" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta ptest | ||
| 9 | |||
| 10 | DEPENDS += " python3-calver-native" | ||
| 11 | |||
| 12 | SRC_URI += " \ | ||
| 13 | file://run-ptest \ | ||
| 14 | " | ||
| 15 | |||
| 16 | RDEPENDS:${PN}-ptest += " \ | ||
| 17 | ${PYTHON_PN}-pytest \ | ||
| 18 | ${PYTHON_PN}-unittest-automake-output \ | ||
| 19 | " | ||
| 20 | |||
| 21 | do_install_ptest() { | ||
| 22 | install -d ${D}${PTEST_PATH}/tests | ||
| 23 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 24 | } | ||
| 25 | |||
| 26 | BBCLASSEXTEND = "native nativesdk" | ||
