blob: 507c0bc51ad0864b3f606981e7f3e9e834e3c79e [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "A high-level Python efficient arrays of booleans -- C extension"
2HOMEPAGE = "https://github.com/ilanschnell/bitarray"
3LICENSE = "PSF-2.0"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"
5
Patrick Williamsdb4c27e2022-08-05 08:10:29 -05006SRC_URI[sha256sum] = "56d3f16dd807b1c56732a244ce071c135ee973d3edc9929418c1b24c5439a0fd"
Andrew Geissler9aee5002022-03-30 16:27:02 +00007
8inherit setuptools3 pypi
9
10BBCLASSEXTEND = "native nativesdk"