diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-11-29 07:42:21 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-02 17:18:57 +0000 |
| commit | c3d97f203cf2d2adb299b548c42fe430f8a9e447 (patch) | |
| tree | 78594a4874e15fa49b69b67ab9a6e917ebf352c7 /meta/recipes-devtools/python/python3-trove-classifiers_2023.11.14.bb | |
| parent | df8f9ed7cad32c5b63aafaebf123044d8e8bbb08 (diff) | |
| download | poky-c3d97f203cf2d2adb299b548c42fe430f8a9e447.tar.gz | |
python3-trove-classifiers: upgrade 2023.11.14 -> 2023.11.22
Changelog:
Add "Framework :: Sphinx :: Domain" classifier
(From OE-Core rev: 55550dd042a6a2864458d4175c59c1bad4dd87b9)
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-trove-classifiers_2023.11.14.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-trove-classifiers_2023.11.14.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2023.11.14.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2023.11.14.bb deleted file mode 100644 index a6c7e95c51..0000000000 --- a/meta/recipes-devtools/python/python3-trove-classifiers_2023.11.14.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] = "64b5e78305a5de347f2cd7ec8c12d704a3ef0cb85cc10c0ca5f73488d1c201f8" | ||
| 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" | ||
