9 buildPythonPackage rec {
13 src = fetchFromGitHub {
16 rev = "28ab707dceecbdd135a9491c3f8effd3a69680af";
17 hash = "sha256-gn3ydjf/msdhIhngGlhK+jhEyFy0qGeDr58E7kM2YZs=";
20 pythonImportsCheck = [ "pyscreeze" ];
21 nativeCheckInputs = [ scrot xlib xvfb-run ];
23 python -m unittest tests.test_pillow_unavailable
24 xvfb-run python -m unittest tests.test_pyscreeze
27 propagatedBuildInputs = [
32 description = "PyScreeze is a simple, cross-platform screenshot module for Python 2 and 3.";
33 homepage = "https://github.com/asweigart/pyscreeze";
34 license = licenses.bsd3;
35 maintainers = with maintainers; [ lucasew ];