18 buildPythonPackage rec {
19 pname = "slicedimage";
22 src = fetchFromGitHub {
26 sha256 = "1vpg8varvfx0nj6xscdfm7m118hzsfz7qfzn28r9rsfvrhr0dlcw";
29 propagatedBuildInputs = [
38 ] ++ lib.optionals isPy27 [ pathlib enum34 ];
44 # Ignore tests which require setup, check again if disabledTestFiles can be used
45 pytestFlagsArray = [ "--ignore tests/io_" ];
47 pythonImportsCheck = [ "slicedimage" ];
50 description = "Library to access sliced imaging data";
51 homepage = "https://github.com/spacetx/slicedimage";
52 license = licenses.mit;
53 maintainers = [ maintainers.costrouc ];