13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
21 owner = "soft-matter";
23 rev = "refs/tags/v${version}";
24 hash = "sha256-3SBZk11w6eTZFmETMRJaYncxY38CYne1KzoF5oRgzuY=";
27 propagatedBuildInputs = [
38 pythonImportsCheck = [ "pims" ];
46 # NotImplementedError: Do not know how to deal with infinite readers
51 # AssertionError: Tuples differ: (377, 505, 4) != (384, 512, 4)
52 "pims/tests/test_display.py"
56 description = "Module to load video and sequential images in various formats";
57 homepage = "https://github.com/soft-matter/pims";
58 changelog = "https://github.com/soft-matter/pims/releases/tag/v${version}";
59 license = licenses.bsd3;