blob: 32da348c417b70f0f5b020d9434540aecb1bb8eb [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 Bishope42b3e32020-01-15 22:08:42 -05004LIC_FILES_CHKSUM = "file://PKG-INFO;md5=dc301a25ebe210dcc53b0a2d5a038eae"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005
Brad Bishope42b3e32020-01-15 22:08:42 -05006SRC_URI[md5sum] = "a46bf869f6adf34f5b0dc82b469793b7"
7SRC_URI[sha256sum] = "2ed675f460bb0d3d66fd8042a6f1f0d36cf213e52e72a745283ddb245da7b9cf"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05008
9inherit pypi
10
Brad Bishop316dfdd2018-06-25 12:45:53 -040011BBCLASSEXTEND = "native nativesdk"