7 buildPythonPackage rec {
8 pname = "screenlogicpy";
10 disabled = pythonOlder "3.6";
13 inherit pname version;
14 sha256 = "0gn2mf2n2g1ffdbijrydgb7dgd60lkvckblx6s86kxlkrp1wqgrq";
17 # Project doesn't publish tests
18 # https://github.com/dieselrabbit/screenlogicpy/issues/8
20 pythonImportsCheck = [ "screenlogicpy" ];
23 description = "Python interface for Pentair Screenlogic devices";
24 homepage = "https://github.com/dieselrabbit/screenlogicpy";
25 license = with licenses; [ gpl3Only ];
26 maintainers = with maintainers; [ fab ];