7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.6";
15 inherit pname version;
16 hash = "sha256-bre5AIzydCiBH6M66zXzM024Hj98wt1J7HxuWpSznxI=";
20 # By default it attempts to build Windows-only functionality
24 # Skipping tests due to most relying on DISPLAY being set
27 pythonImportsCheck = [
32 description = "Cross-platform multiple screenshots module";
33 homepage = "https://github.com/BoboTiG/python-mss";
34 changelog = "https://github.com/BoboTiG/python-mss/blob/v${version}/CHANGELOG.md";
35 license = licenses.mit;
36 maintainers = with maintainers; [ austinbutler ];