1 { lib, buildPythonPackage, fetchPypi, isPy3k }:
3 buildPythonPackage rec {
4 pname = "yahooweather";
11 inherit pname version;
12 sha256 = "0bsxmngkpzvqm50i2cnxjzhpbdhb8s10ly8h5q08696cjihqdkpa";
15 # Tests require network access
19 description = "Provide an interface to the Yahoo! Weather RSS feed";
20 homepage = "https://github.com/pvizeli/yahooweather";
21 license = licenses.bsd2;
22 maintainers = with maintainers; [ peterhoeg ];