21 buildPythonPackage rec {
26 disabled = pythonOlder "3.7";
28 src = fetchFromGitHub {
31 rev = "refs/tags/${version}";
32 hash = "sha256-8fx4yZcdOb32x5eo04ixpMe3Mh21LwqzNKVRVEnjfQo=";
54 # Requires a running Docker instance
57 pythonImportsCheck = [ "scmrepo" ];
60 description = "SCM wrapper and fsspec filesystem";
61 homepage = "https://github.com/iterative/scmrepo";
62 changelog = "https://github.com/iterative/scmrepo/releases/tag/${version}";
63 license = licenses.asl20;
64 maintainers = with maintainers; [ fab ];