8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
19 sha256 = "1ajlqr3z6zj4fyslqzpwpfkvh8xjx94wsznzij0vx0q7jp43bqig";
22 # Project has no tests
25 pythonImportsCheck = [ "pyflexit" ];
28 description = "Python library for Flexit A/C units";
29 homepage = "https://github.com/Sabesto/pyflexit";
30 license = with licenses; [ mit ];
31 maintainers = with maintainers; [ fab ];