8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
16 inherit pname version;
17 hash = "sha256-h/EaEOe0zvnO5BYfcIyC3Vq8sPED6ts1IeI/GM+vm7c=";
20 propagatedBuildInputs = [
24 # no tests implemented
27 pythonImportsCheck = [
32 description = "Goal Zero Yeti REST Api Library";
33 homepage = "https://github.com/tkdrob/goalzero";
34 license = licenses.mit;
35 maintainers = with maintainers; [ dotlambda ];