blob: b72ca3b5605f268e89173ea023768f6e697387ab [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
Patrick Williams213cb262021-08-07 19:21:33 -05006SRC_URI[sha256sum] = "b5d707d9c4aa75e684e21ff1848b234f3d2ff41d5038db89e2465e5527f90c68"
Andrew Geissler748a4832020-07-24 16:24:21 -05007
8inherit setuptools3 pypi
9
10BBCLASSEXTEND = "native nativesdk"