blob: 314053de0817b8690ada6a74a6fa9370aeaff0e7 [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 += " \
Patrick Williamse760df82023-05-26 11:10:49 -050011 python3-hatch-vcs-native \
12 python3-hatch-fancy-pypi-readme-native \
Andrew Geissler3eeda902023-05-19 10:14:02 -050013"
Andrew Geissler517393d2023-01-13 08:55:19 -060014
Patrick Williamse760df82023-05-26 11:10:49 -050015RDEPENDS:${PN}+= " \
16 python3-compression \
17 python3-ctypes \
18 python3-crypt \
Andrew Geissler517393d2023-01-13 08:55:19 -060019"
20
21BBCLASSEXTEND = "native nativesdk"