15 buildPythonPackage rec {
20 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
25 rev = "refs/tags/${version}";
26 hash = "sha256-dKqn7dMwPxKnLLBPJGgmD/2MFzdzrw7W9+w9Zi/9hsA=";
29 SETUPTOOLS_SCM_PRETEND_VERSION = version;
35 propagatedBuildInputs = [
45 # Tests depend on upath which is unmaintained and only available as wheel
49 substituteInPlace setup.cfg \
50 --replace "dvc-objects==" "dvc-objects>="
53 pythonImportsCheck = [
58 description = "DVC's data management subsystem";
59 homepage = "https://github.com/iterative/dvc-data";
60 license = licenses.asl20;
61 maintainers = with maintainers; [ fab ];