7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "0735b3889a1174bbb65418ee503629d3f5e4a63f04b16f46ffba18253ec3ef17";
17 ${python.interpreter} -m unittest -s pynzb -t .
20 # Can't get them working
24 homepage = "https://github.com/ericflo/pynzb";
25 description = "Unified API for parsing NZB files";
26 license = licenses.bsd3;
27 maintainers = with maintainers; [ domenkozar ];