7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "0s4nh8h7qsdj2yf29bspjs1zvxd4lcd11r6g11dp7fppgf2h0iqw";
17 # Disabling check because of: https://github.com/toofishes/python-pgpdump/issues/18
21 description = "Python library for parsing PGP packets";
22 homepage = "https://github.com/toofishes/python-pgpdump";
23 license = licenses.bsd3;