20 buildPythonPackage rec {
25 disabled = pythonOlder "3.8";
28 inherit pname version;
29 hash = "sha256-zRLRdP3LpytHCTrehhPYMmJnss5v6ojjkIPuB8fKR5w=";
33 substituteInPlace pyproject.toml \
34 --replace "versioningit ~=" "versioningit >="
43 propagatedBuildInputs = [
60 export HOME=$(mktemp -d)
63 pythonImportsCheck = [
68 homepage = "https://heudiconv.readthedocs.io";
69 description = "Flexible DICOM converter for organizing imaging data";
70 changelog = "https://github.com/nipy/heudiconv/releases/tag/v${version}";
71 license = licenses.asl20;
72 maintainers = with maintainers; [ bcdarwin ];