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
|
Source: python-gnupg
Maintainer: Elena Grandi <elena.valhalla@gmail.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Section: python
Priority: optional
Build-Depends: python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-7~), debhelper (>= 7.0.50~)
Standards-Version: 3.9.5
Homepage: https://bitbucket.org/vinay.sajip/python-gnupg
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-gnupg/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-gnupg/trunk/
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.1
Package: python-gnupg
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, gnupg
Description: Python wrapper for the Gnu Privacy Guard (Python 2.x)
Python-GnuPG allows easy and well-documented access to basic GnuPG
functionality such as generating and managing keys, encrypting and
decrypting data, signing and verifying messages.
.
This package provides Python 2.x version of python-gnupg.
Package: python3-gnupg
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, gnupg
Description: Python wrapper for the Gnu Privacy Guard (Python 3.x)
Python-GnuPG allows easy and well-documented access to basic GnuPG
functionality such as generating and managing keys, encrypting and
decrypting data, signing and verifying messages.
.
This package provides Python 3.x version of python-gnupg.
|