diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-15 09:49:24 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-17 22:38:32 +0000 |
| commit | 64a32293bf032496ffc97e80eb44342d5155f90d (patch) | |
| tree | 823623b7db29f53de682a92df94ff0a7ccf22c44 /meta/recipes-devtools/python/python3-trove-classifiers_2025.3.13.13.bb | |
| parent | 9013e8eb93bf1f9479d57709ee703719f233ab35 (diff) | |
| download | poky-64a32293bf032496ffc97e80eb44342d5155f90d.tar.gz | |
python3-trove-classifiers: upgrade 2025.2.18.16 -> 2025.3.13.13
(From OE-Core rev: 3bff020501140be1e7f0446488923f7d407df6e8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-trove-classifiers_2025.3.13.13.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-trove-classifiers_2025.3.13.13.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2025.3.13.13.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2025.3.13.13.bb new file mode 100644 index 0000000000..f2b06b2919 --- /dev/null +++ b/meta/recipes-devtools/python/python3-trove-classifiers_2025.3.13.13.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 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] = "2a5e24ddafb20da2225a825fe167c4fd4ecbf312cef4310d67f19dc40da7dc8d" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "trove_classifiers" | ||
| 9 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 10 | |||
| 11 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
| 12 | |||
| 13 | DEPENDS += " python3-calver-native" | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
