14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 sha256 = "sha256-FmCoryNX1DnqMlGalad5iWO2ZRZwXgWgARQMYlJ6yVo=";
26 propagatedBuildInputs = [
36 # Tests are not shipped and source is not tagged
37 # https://github.com/simbaja/gehome/issues/32
40 pythonImportsCheck = [
45 description = "Python SDK for GE smart appliances";
46 homepage = "https://github.com/simbaja/gehome";
47 license = licenses.mit;
48 maintainers = with maintainers; [ fab ];