7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.6";
14 src = fetchFromGitHub {
18 sha256 = "1ajlqr3z6zj4fyslqzpwpfkvh8xjx94wsznzij0vx0q7jp43bqig";
21 # Project has no tests
24 pythonImportsCheck = [ "pyflexit" ];
27 description = "Python library for Flexit A/C units";
28 homepage = "https://github.com/Sabesto/pyflexit";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];