8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "0735b3889a1174bbb65418ee503629d3f5e4a63f04b16f46ffba18253ec3ef17";
19 ${python.interpreter} -m unittest -s pynzb -t .
22 # Can't get them working
26 homepage = "https://github.com/ericflo/pynzb";
27 description = "Unified API for parsing NZB files";
28 license = licenses.bsd3;
29 maintainers = with maintainers; [ domenkozar ];