9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-2b1Rw7XpVqKlKZjDcIxNLHKfL8wxEYjh5dO5cmOTVGo=";
19 propagatedBuildInputs = [
28 description = "Python module to generate ATOM feeds, RSS feeds and Podcasts";
29 downloadPage = "https://github.com/lkiesow/python-feedgen/releases";
30 homepage = "https://github.com/lkiesow/python-feedgen";
31 license = with licenses; [
35 maintainers = with maintainers; [ casey ];