12 buildPythonPackage rec {
16 disabled = pythonOlder "3.6";
20 src = fetchFromGitHub {
21 owner = "SecurityInnovation";
24 hash = "sha256-47YiHNxmjyCOYHHUV3Zyhs3Att9HZtCXYfbN34ooTxU=";
27 nativeBuildInputs = [ setuptools ];
29 propagatedBuildInputs = [
34 nativeCheckInputs = [ pytestCheckHook ];
37 homepage = "https://github.com/SecurityInnovation/PGPy";
38 description = "Pretty Good Privacy for Python";
40 PGPy is a Python library for implementing Pretty Good Privacy into Python
41 programs, conforming to the OpenPGP specification per RFC 4880.
43 license = licenses.bsd3;
44 maintainers = with maintainers; [