9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 hash = "sha256-h/EaEOe0zvnO5BYfcIyC3Vq8sPED6ts1IeI/GM+vm7c=";
21 propagatedBuildInputs = [ aiohttp ];
23 # no tests implemented
26 pythonImportsCheck = [ "goalzero" ];
29 description = "Goal Zero Yeti REST Api Library";
30 homepage = "https://github.com/tkdrob/goalzero";
31 license = licenses.mit;
32 maintainers = with maintainers; [ dotlambda ];