diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-attrs_25.3.0.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-attrs_25.3.0.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-attrs_25.3.0.bb b/meta/recipes-devtools/python/python3-attrs_25.3.0.bb new file mode 100644 index 0000000000..bed26a5184 --- /dev/null +++ b/meta/recipes-devtools/python/python3-attrs_25.3.0.bb | |||
@@ -0,0 +1,28 @@ | |||
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] = "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" | ||
7 | |||
8 | inherit pypi ptest-python-pytest python_hatchling | ||
9 | |||
10 | DEPENDS += " \ | ||
11 | python3-hatch-vcs-native \ | ||
12 | python3-hatch-fancy-pypi-readme-native \ | ||
13 | " | ||
14 | |||
15 | RDEPENDS:${PN} += " \ | ||
16 | python3-compression \ | ||
17 | python3-crypt \ | ||
18 | " | ||
19 | |||
20 | RDEPENDS:${PN}-ptest += " \ | ||
21 | python3-hypothesis \ | ||
22 | " | ||
23 | |||
24 | do_install_ptest:append() { | ||
25 | install ${S}/conftest.py ${D}${PTEST_PATH}/ | ||
26 | } | ||
27 | |||
28 | BBCLASSEXTEND = "native nativesdk" | ||