python311Packages.dvc-task: refactor

This commit is contained in:
Fabian Affolter 2024-03-29 23:44:32 +01:00 committed by GitHub
parent 699e09188d
commit 3fb49b676f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -16,22 +16,22 @@
buildPythonPackage rec {
pname = "dvc-task";
version = "0.4.0";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
repo = "dvc-task";
rev = "refs/tags/${version}";
hash = "sha256-zSPv+eMGSsGXKtgi9r4EiGY1ZURXeJXWBKvR2GnfP8I=";
};
nativeBuildInputs = [
build-system = [
setuptools-scm
];
propagatedBuildInputs = [
dependencies = [
kombu
shortuuid
celery