13 buildPythonPackage rec {
18 disabled = pythonOlder "3.8";
20 src = fetchFromGitHub {
23 rev = "refs/tags/${version}";
24 hash = "sha256-ru/hOFv/RcS/7SBpTJU8xFxdllmaiH4dV1ouS6GGKkY=";
27 build-system = [ setuptools-scm ];
36 # Currently it's not possible to run the tests
37 # ModuleNotFoundError: No module named 'dvc.testing'
40 pythonImportsCheck = [ "dvc_http" ];
43 description = "HTTP plugin for dvc";
44 homepage = "https://github.com/iterative/dvc-http";
45 changelog = "https://github.com/iterative/dvc-http/releases/tag/${version}";
46 license = licenses.asl20;
47 maintainers = with maintainers; [ fab ];