blob: c8e2e514a434f6bf4789833729623897f6c366ba [file] [log] [blame]
Patrick Williams8e7b46e2023-05-01 14:19:06 -05001SUMMARY = "Classes Without Boilerplate"
Andrew Geissler517393d2023-01-13 08:55:19 -06002HOMEPAGE = "http://www.attrs.org/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887"
5
Andrew Geissler3eeda902023-05-19 10:14:02 -05006SRC_URI[sha256sum] = "6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015"
Andrew Geissler517393d2023-01-13 08:55:19 -06007
Andrew Geissler3eeda902023-05-19 10:14:02 -05008inherit pypi python_hatchling
9
10DEPENDS += " \
11 ${PYTHON_PN}-hatch-vcs-native \
12 ${PYTHON_PN}-hatch-fancy-pypi-readme-native \
13"
Andrew Geissler517393d2023-01-13 08:55:19 -060014
15RDEPENDS:${PN}:class-target += " \
16 ${PYTHON_PN}-crypt \
17 ${PYTHON_PN}-ctypes \
18"
19RDEPENDS:${PN}:class-nativesdk += " \
20 ${PYTHON_PN}-crypt \
21 ${PYTHON_PN}-ctypes \
22"
23
24BBCLASSEXTEND = "native nativesdk"