11 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-v1QhEmE21tCvVbwefBrxw5ejT1t71553bNPol4XCsEs=";
27 pythonRelaxDeps = [ "smmap" ];
29 propagatedBuildInputs = [ smmap ];
31 nativeCheckInputs = [ pytestCheckHook ];
33 pythonImportsCheck = [ "gitdb" ];
36 # Tests need part which are not shipped with PyPI releases
41 "test_loose_correctness"
42 "test_pack_random_access"
48 description = "Git Object Database";
49 homepage = "https://github.com/gitpython-developers/gitdb";
50 changelog = "https://github.com/gitpython-developers/gitdb/releases/tag/${version}";
51 license = licenses.bsd3;