8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-4VWHsr3xjTLrO6JfX1pRvt0NwGsxEqTFPated1O8ZYg=";
22 ${python.interpreter} -c 'import bitarray; bitarray.test()'
25 pythonImportsCheck = [
30 description = "Efficient arrays of booleans";
31 homepage = "https://github.com/ilanschnell/bitarray";
32 changelog = "https://github.com/ilanschnell/bitarray/raw/${version}/CHANGE_LOG";
33 license = licenses.psfl;
34 maintainers = with maintainers; [ bhipple ];