16 buildPythonPackage rec {
21 disabled = pythonOlder "3.7";
23 src = fetchFromGitHub {
26 rev = "refs/tags/${version}";
27 hash = "sha256-nrE8PdvzhH7lO0flvNkGC61NOVT4aj2E2gKEDRkp+b4=";
30 SETUPTOOLS_SCM_PRETEND_VERSION = version;
36 propagatedBuildInputs = [
50 pythonImportsCheck = [
55 description = "Celery task queue used in DVC";
56 homepage = "https://github.com/iterative/dvc-task";
57 changelog = "https://github.com/iterative/dvc-task/releases/tag/${version}";
58 license = licenses.asl20;
59 maintainers = with maintainers; [ ];