summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-attrs_24.3.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-01 10:34:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-03 10:51:27 +0000
commit0cc6127cadc8b5c79468d91d2bc9716942b2cb9c (patch)
treead4843574c07fc579996023bfb49779dd460712a /meta/recipes-devtools/python/python3-attrs_24.3.0.bb
parent855f6e256c4058c67e4877e2dfa2f7a2c8c223f4 (diff)
downloadpoky-0cc6127cadc8b5c79468d91d2bc9716942b2cb9c.tar.gz
python3-attrs: upgrade 24.2.0 -> 24.3.0
(From OE-Core rev: 30a7c3c7a1e12b7fb2463e7135d97a478e763c9e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-attrs_24.3.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-attrs_24.3.0.bb36
1 files changed, 36 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-attrs_24.3.0.bb b/meta/recipes-devtools/python/python3-attrs_24.3.0.bb
new file mode 100644
index 0000000000..fa35e4b681
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-attrs_24.3.0.bb
@@ -0,0 +1,36 @@
1SUMMARY = "Classes Without Boilerplate"
2HOMEPAGE = "http://www.attrs.org/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887"
5
6SRC_URI[sha256sum] = "8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff"
7
8inherit pypi ptest python_hatchling
9
10SRC_URI += " \
11 file://run-ptest \
12"
13
14DEPENDS += " \
15 python3-hatch-vcs-native \
16 python3-hatch-fancy-pypi-readme-native \
17"
18
19RDEPENDS:${PN}+= " \
20 python3-compression \
21 python3-crypt \
22"
23
24RDEPENDS:${PN}-ptest += " \
25 python3-hypothesis \
26 python3-pytest \
27 python3-unittest-automake-output \
28"
29
30do_install_ptest() {
31 install -d ${D}${PTEST_PATH}/tests
32 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
33 install ${S}/conftest.py ${D}${PTEST_PATH}/
34}
35
36BBCLASSEXTEND = "native nativesdk"