9 buildPythonPackage rec {
10 pname = "bitvector-for-humans";
14 src = fetchFromGitHub {
18 hash = "sha256-GVTRD83tq/Hea53US4drOD5ruoYCLTVd24aZOSdDsSo=";
23 # https://github.com/JnyJny/bitvector/pull/1
24 name = "fix-poetry-core.patch";
25 url = "https://github.com/JnyJny/bitvector/commit/e5777f2425895ed854e54bed2ed9d993f6feaf2f.patch";
26 hash = "sha256-BG3IpDMys88RtkPOd58CWpRWKKzbNe5kV+64hWjtecE=";
30 build-system = [ poetry-core ];
31 nativeCheckInputs = [ pytestCheckHook ];
33 pythonImportsCheck = [ "bitvector" ];
36 homepage = "https://github.com/JnyJny/bitvector";
37 description = "This simple bit vector implementation aims to make addressing single bits a little less fiddly.";
38 license = licenses.asl20;
39 maintainers = teams.helsinki-systems.members;