10 buildPythonPackage rec {
13 format = "setuptools";
15 src = fetchFromGitHub {
16 owner = "freeman-lab";
18 rev = "ef76425797c71fbe3795b4302c49ab5be6b0bacb"; # no tags in repo
19 sha256 = "0xd8isrlwwxlgji90lly1sq4l2a37rqvhsmyhv7bd3aj1dyjmdr6";
22 propagatedBuildInputs = [
27 nativeCheckInputs = [ pytest ];
34 description = "simple and sensible display of images";
35 homepage = "https://github.com/freeman-lab/showit";
36 license = licenses.mit;