12 buildPythonPackage rec {
13 pname = "fjaraskupan";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
23 hash = "sha256-IKi2kaypwHdK9w+FZlWrreUXBgBgg4y3D8bSJhKHSYo=";
26 build-system = [ setuptools ];
28 dependencies = [ bleak ];
35 pythonImportsCheck = [ "fjaraskupan" ];
38 description = "Module for controlling Fjäråskupan kitchen fans";
39 homepage = "https://github.com/elupus/fjaraskupan";
40 changelog = "https://github.com/elupus/fjaraskupan/releases/tag/${version}";
41 license = with licenses; [ mit ];
42 maintainers = with maintainers; [ fab ];