diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-01-08 17:49:15 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-09 16:59:23 +0000 |
| commit | 5ffd270c606862f55a7e77fe2a882c68aa221bb2 (patch) | |
| tree | e12f7fddbaed99415f0eccef74f7e825ef2bfb00 | |
| parent | 5f2c9fc289a7a3840c65f3bc92f2ee06979aa945 (diff) | |
| download | poky-5ffd270c606862f55a7e77fe2a882c68aa221bb2.tar.gz | |
python3-click: update 8.1.7 -> 8.1.8
License-Update: renamed file
Convert from setuptools to flit.
(From OE-Core rev: 33dfffac6f65145b6e8671a8988a62f1f0e41f72)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/python/python3-click_8.1.8.bb (renamed from meta/recipes-devtools/python/python3-click_8.1.7.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-click_8.1.7.bb b/meta/recipes-devtools/python/python3-click_8.1.8.bb index e8eeec36e8..7be3d73546 100644 --- a/meta/recipes-devtools/python/python3-click_8.1.7.bb +++ b/meta/recipes-devtools/python/python3-click_8.1.8.bb | |||
| @@ -6,11 +6,11 @@ Line Interface Creation Kit". It's highly configurable but comes with \ | |||
| 6 | sensible defaults out of the box." | 6 | sensible defaults out of the box." |
| 7 | HOMEPAGE = "http://click.pocoo.org/" | 7 | HOMEPAGE = "http://click.pocoo.org/" |
| 8 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=1fa98232fd645608937a0fdc82e999b8" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1fa98232fd645608937a0fdc82e999b8" |
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" | 11 | SRC_URI[sha256sum] = "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" |
| 12 | 12 | ||
| 13 | inherit pypi setuptools3 ptest-python-pytest | 13 | inherit pypi python_flit_core ptest-python-pytest |
| 14 | 14 | ||
| 15 | RDEPENDS:${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
| 16 | python3-pytest \ | 16 | python3-pytest \ |
| @@ -19,7 +19,7 @@ RDEPENDS:${PN}-ptest += " \ | |||
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | do_install_ptest:append() { | 21 | do_install_ptest:append() { |
| 22 | cp -rf ${S}/setup.cfg ${D}${PTEST_PATH}/ | 22 | cp -rf ${S}/pyproject.toml ${D}${PTEST_PATH}/ |
| 23 | cp -rf ${S}/docs ${D}${PTEST_PATH}/ | 23 | cp -rf ${S}/docs ${D}${PTEST_PATH}/ |
| 24 | } | 24 | } |
| 25 | 25 | ||
