blob: 480f048b759419247081d09d752f59ef2dea7f50 [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 Bishop1a4b7ee2018-12-16 17:11:34 -08004LIC_FILES_CHKSUM = "file://PKG-INFO;md5=f4ce1ae80a385140f0ddb2bcef410b06"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08006SRC_URI[md5sum] = "f3131ac2a277f3b70dbb6132ca8f8889"
7SRC_URI[sha256sum] = "050cd30b810ddb3aa941e7ddfbe0d8065e793012d0a88cb5739ec23624b9895e"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05008
9inherit pypi
10
Brad Bishop316dfdd2018-06-25 12:45:53 -040011BBCLASSEXTEND = "native nativesdk"