1 { buildPythonPackage, lib, fetchPypi
7 buildPythonPackage rec {
8 pname = "python-forecastio";
12 inherit pname version;
13 sha256 = "0m6lf4a46pnwm5xg9dnmwslwzrpnj6d9agw570grciivbvb1ji0l";
17 checkInputs = [ nose ];
19 propagatedBuildInputs = [ requests responses ];
26 homepage = "https://zeevgilovitz.com/python-forecast.io/";
27 description = "A thin Python Wrapper for the Dark Sky (formerly forecast.io) weather API";
28 license = licenses.bsd2;
29 maintainers = with maintainers; [ makefu ];