16 buildPythonPackage rec {
21 disabled = pythonOlder "3.9";
24 inherit pname version;
25 hash = "sha256-sV5V+D0K02qmP9Z0WqYSvNsKTeXkdrY9CsRtvYq1JcE=";
28 build-system = [ setuptools ];
40 # Tests are not shipped and source is not tagged
41 # https://github.com/simbaja/gehome/issues/32
44 pythonImportsCheck = [ "gehomesdk" ];
47 description = "Python SDK for GE smart appliances";
48 homepage = "https://github.com/simbaja/gehome";
49 changelog = "https://github.com/simbaja/gehome/blob/master/CHANGELOG.md";
50 license = licenses.mit;
51 maintainers = with maintainers; [ fab ];
52 mainProgram = "gehome-appliance-data";