10 buildPythonPackage rec {
14 src = fetchFromGitHub {
17 rev = "28ab707dceecbdd135a9491c3f8effd3a69680af";
18 hash = "sha256-gn3ydjf/msdhIhngGlhK+jhEyFy0qGeDr58E7kM2YZs=";
21 pythonImportsCheck = [ "pyscreeze" ];
28 python -m unittest tests.test_pillow_unavailable
29 xvfb-run python -m unittest tests.test_pyscreeze
32 propagatedBuildInputs = [ pillow ];
35 description = "PyScreeze is a simple, cross-platform screenshot module for Python 2 and 3";
36 homepage = "https://github.com/asweigart/pyscreeze";
37 license = licenses.bsd3;
38 maintainers = with maintainers; [ lucasew ];