diff options
| author | Tim Orling <ticotimo@gmail.com> | 2023-05-05 11:11:26 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-09 07:50:14 +0100 |
| commit | a9d52e2621e958d9ba63cec3b6f6e571ecbb3d97 (patch) | |
| tree | 0d83d4d97d40bcf5d8219acc91fd68c847fae035 /meta/recipes-devtools/python/python3-attrs_23.1.0.bb | |
| parent | d1c2c448a8a4ebcc57c626a966bebbeb3fd43725 (diff) | |
| download | poky-a9d52e2621e958d9ba63cec3b6f6e571ecbb3d97.tar.gz | |
python3-attrs: upgrade 22.2.0 -> 23.1.0
* Change inherit python_setuptools_build_meta to python_hatchling
* Add DEPENDS:
- python3-hatch-vcs-native
- python3-hatch-fancy-pypi-readme-native
Changes:
https://www.attrs.org/en/stable/changelog.html
(From OE-Core rev: 9577a327572acb5c32400f6983ade0c3f0e1b71d)
(From OE-Core rev: 07e576b1798433a70e63f9bb12f4dce2a5220b0e)
Signed-off-by: Tim Orling <tim.orling@konsulko.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-attrs_23.1.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-attrs_23.1.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-attrs_23.1.0.bb b/meta/recipes-devtools/python/python3-attrs_23.1.0.bb new file mode 100644 index 0000000000..c8e2e514a4 --- /dev/null +++ b/meta/recipes-devtools/python/python3-attrs_23.1.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "Classes Without Boilerplate" | ||
| 2 | HOMEPAGE = "http://www.attrs.org/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015" | ||
| 7 | |||
| 8 | inherit pypi python_hatchling | ||
| 9 | |||
| 10 | DEPENDS += " \ | ||
| 11 | ${PYTHON_PN}-hatch-vcs-native \ | ||
| 12 | ${PYTHON_PN}-hatch-fancy-pypi-readme-native \ | ||
| 13 | " | ||
| 14 | |||
| 15 | RDEPENDS:${PN}:class-target += " \ | ||
| 16 | ${PYTHON_PN}-crypt \ | ||
| 17 | ${PYTHON_PN}-ctypes \ | ||
| 18 | " | ||
| 19 | RDEPENDS:${PN}:class-nativesdk += " \ | ||
| 20 | ${PYTHON_PN}-crypt \ | ||
| 21 | ${PYTHON_PN}-ctypes \ | ||
| 22 | " | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
