8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
18 sha256 = "07396lsn610izaravqc6j5f6m0wjrzgc0d1r9dwqzj15g5zfc7wm";
21 # Project has no tests
24 pythonImportsCheck = [ "pysdcp" ];
27 description = "Python library to control SONY projectors";
28 homepage = "https://github.com/Galala7/pySDCP";
29 license = licenses.mit;
30 maintainers = with maintainers; [ fab ];