12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
23 sha256 = "sha256-U2ixBtigY15RzMNIeUK71uNOndUepK2kE/CTFwl855w=";
26 propagatedBuildInputs = [
34 # Project has no tests
37 pythonImportsCheck = [
42 description = "Python API for the Frigidaire devices";
43 homepage = "https://github.com/bm1549/frigidaire";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ fab ];