11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-R/bUItF2BaKTFdMNBHFJKq0jSX6z49e8CGXENUn07SU=";
25 propagatedBuildInputs = [
31 pythonImportsCheck = [ "nrrd" ];
34 homepage = "https://github.com/mhe/pynrrd";
35 description = "Simple pure-Python reader for NRRD files";
36 license = licenses.mit;
37 maintainers = with maintainers; [ bcdarwin ];