Source: python-pgpy
Section: python
Priority: optional
Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dpkg-dev (>= 1.17.14),
 libffi-dev <!nocheck>,
 pgpdump <!nocheck>,
 python3-all (>= 3.2),
 python3-cryptography (>= 3.3.2),
 python3-flake8 <!nocheck>,
 python3-gpg (>= 1.9.0-3) <!nocheck>,
 python3-pep8-naming <!nocheck>,
 python3-progressbar <!nocheck>,
 python3-pyasn1,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-setuptools,
 python3-sphinx <!nodoc>,
 python3-wheel,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/debian/pgpy.git
Vcs-Browser: https://salsa.debian.org/debian/pgpy
Homepage: https://github.com/SecurityInnovation/PGPy
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pgpy
Architecture: all
Depends:
 python3-six,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 python3-pgpy-doc,
Description: OpenPGP (Pretty Good Privacy) RFC 4880 implementation in Python 3
 PGPy offers a pure-Python implementation of the OpenPGP standard, as
 described in RFC 4880 and subsequent specifications.  It can be used
 as a toolkit for building OpenPGP-compatible applications and
 libraries in Python.

Package: python3-pgpy-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Recommends:
 libjs-sphinxdoc,
 python3-pgpy (= ${source:Version}),
Description: OpenPGP (Pretty Good Privacy) RFC 4880 implementation in Python (documentation)
 PGPy offers a pure-Python implementation of the OpenPGP standard, as
 described in RFC 4880 and subsequent specifications.  It can be used
 as a toolkit for building OpenPGP-compatible applications and
 libraries in Python.
 .
 This is the documentation for the module.
