1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: pygpgme
Section: python
Priority: optional
Maintainer: Miguel Di Ciurcio Filho <miguel@ic.unicamp.br>
Build-Depends: debhelper (>= 8.1.0~), python-all-dev (>= 2.6.6-3~), python3-all-dev, libgpgme11-dev, python-all-dbg (>= 2.6.6-3~), python3-all-dbg, gnupg2, gnupg-agent
Standards-Version: 3.9.5
Homepage: https://launchpad.net/products/pygpgme
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.2
Uploaders: Jonathan Wiltshire <jmw@debian.org>
Package: python-gpgme
Architecture: any
Provides: ${python:Provides}
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: python wrapper for the GPGME library
PyGPGME is a Python module that lets you sign, verify, encrypt
and decrypt messages using the OpenPGP format.
It is built on top of the GNU Privacy Guard and the
GPGME library.
Package: python-gpgme-dbg
Priority: extra
Architecture: any
Section: debug
Provides: ${python:Provides}
Depends: python-gpgme (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Recommends: python-dbg
Description: python wrapper for the GPGME library (debug extension)
PyGPGME is a Python module that lets you sign, verify, encrypt
and decrypt messages using the OpenPGP format.
It is built on top of the GNU Privacy Guard and the
GPGME library.
.
This package contains the extension built for the Python debug interpreter.
Package: python3-gpgme
Architecture: any
Provides: ${python3:Provides}
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: python wrapper for the GPGME library (Python 3)
PyGPGME is a Python module that lets you sign, verify, encrypt
and decrypt messages using the OpenPGP format.
It is built on top of the GNU Privacy Guard and the
GPGME library.
Package: python3-gpgme-dbg
Priority: extra
Architecture: any
Section: debug
Provides: ${python3:Provides}
Depends: python3-gpgme (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Recommends: python3-dbg
Description: python wrapper for the GPGME library (debug extension) (Python 3)
PyGPGME is a Python module that lets you sign, verify, encrypt
and decrypt messages using the OpenPGP format.
It is built on top of the GNU Privacy Guard and the
GPGME library.
.
This package contains the extension built for the Python debug interpreter.
|