8 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "1b00a105425f492f3954fd346e5b524ca9cef3a4bbf95b8809470e9857aa1074";
18 propagatedBuildInputs = [ sgmllib3k ];
21 python -Wd tests/runtests.py
25 homepage = "https://github.com/kurtmckee/feedparser";
26 description = "Universal feed parser";
27 license = licenses.bsd2;
28 maintainers = with maintainers; [ domenkozar ];