blob: e36a17027f7101200b6870a323150adb58a7cf67 [file] [log] [blame]
Andrew Geissler748a4832020-07-24 16:24:21 -05001SUMMARY = "A high-level Python efficient arrays of booleans -- C extension"
2HOMEPAGE = "https://github.com/ilanschnell/bitarray"
3LICENSE = "PSF"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"
5
Andrew Geisslerd688a012020-09-18 13:36:00 -05006SRC_URI[md5sum] = "7cfa242b99351646fab0d76b05aab747"
7SRC_URI[sha256sum] = "567631fc922b1c2c528c376795f18dcc0604d18702e0b8b50e8e35f0474214a5"
Andrew Geissler748a4832020-07-24 16:24:21 -05008
9inherit setuptools3 pypi
10
11BBCLASSEXTEND = "native nativesdk"