blob: e7d49db806fd0dce32b3ab74bcc12c2c50af8873 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "A high-level Python efficient arrays of booleans -- C extension"
2HOMEPAGE = "https://github.com/ilanschnell/bitarray"
3LICENSE = "PSF"
Brad Bishop93c3acf2019-10-29 09:48:15 -04004LIC_FILES_CHKSUM = "file://PKG-INFO;md5=d736cf16034030b4aab4ea179d91e778"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005
Brad Bishop93c3acf2019-10-29 09:48:15 -04006SRC_URI[md5sum] = "56f55188d8d5361834db0bc7120f8998"
7SRC_URI[sha256sum] = "3eb500f8b9cde19e14472fcbee0195dbf0fbac006f8406a03f0cfb495dff20a0"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05008
9inherit pypi
10
Brad Bishop316dfdd2018-06-25 12:45:53 -040011BBCLASSEXTEND = "native nativesdk"