12 buildPythonPackage rec {
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-gid+qbl4RgT47zC5i1Usw2Zco+jb2LJeeMkKvni/aDM=";
26 build-system = [ setuptools ];
28 dependencies = [ requests ];
35 pythonImportsCheck = [ "pyfibaro" ];
38 description = "Library to access FIBARO Home center";
39 homepage = "https://github.com/rappenze/pyfibaro";
40 changelog = "https://github.com/rappenze/pyfibaro/releases/tag/${version}";
41 license = with licenses; [ mit ];
42 maintainers = with maintainers; [ fab ];