1 { lib, buildPythonPackage, glibcLocales, fetchPypi, six, pytz }:
3 buildPythonPackage rec {
4 pname = "feedgenerator";
9 sha256 = "0m6fjnrx3sd0bm6pnbhxxx5ywlwqh8bx0lka386kj28mg3fmm2m2";
12 buildInputs = [ glibcLocales ];
16 propagatedBuildInputs = [ six pytz ];
19 description = "Standalone version of django.utils.feedgenerator, compatible with Py3k";
20 homepage = "https://github.com/dmdm/feedgenerator-py3k.git";
21 maintainers = with maintainers; [ ];