11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-+/rBno+OH7yEiN4K9VC6BCEPuOv8nNp0hU+fWegjqPw=";
24 substituteInPlace pyproject.toml \
25 --replace '--cov=bitlist --cov-report term-missing' ""
33 propagatedBuildInputs = [
41 pythonImportsCheck = [
46 description = "Python library for working with little-endian list representation of bit strings";
47 homepage = "https://github.com/lapets/bitlist";
48 license = with licenses; [ mit ];
49 maintainers = with maintainers; [ fab ];