diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2018-08-03 23:33:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-11 22:44:26 +0200 |
commit | ac293f205ae49d36e942eb5b3d5d9ee470cb85e6 (patch) | |
tree | 53bd25ae9c2c8f01f82530500febd357201d426c /dev-python/python-gnupg/metadata.xml | |
parent | profiles: Drop obsolete media-libs/libsdl2[fusionsound] p.use.mask (diff) | |
download | gentoo-ac293f205ae49d36e942eb5b3d5d9ee470cb85e6.tar.gz gentoo-ac293f205ae49d36e942eb5b3d5d9ee470cb85e6.tar.bz2 gentoo-ac293f205ae49d36e942eb5b3d5d9ee470cb85e6.zip |
dev-python/python-gnupg: bump to version 0.4.3
Bumped to EAPI="7".
Added pypy3 and python 3.7 support.
Closes: https://bugs.gentoo.org/662750
Closes: https://github.com/gentoo/gentoo/pull/9434
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'dev-python/python-gnupg/metadata.xml')
-rw-r--r-- | dev-python/python-gnupg/metadata.xml | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/dev-python/python-gnupg/metadata.xml b/dev-python/python-gnupg/metadata.xml index 454368d9c474..64e837ef0067 100644 --- a/dev-python/python-gnupg/metadata.xml +++ b/dev-python/python-gnupg/metadata.xml @@ -1,13 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="google-code">python-gnupg</remote-id> - <remote-id type="github">vsajip/python-gnupg</remote-id> - <remote-id type="pypi">python-gnupg</remote-id> - </upstream> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription> + This project implements a Python library, which takes care of the internal details + and allows its users to generate and manage keys, + encrypt and decrypt data, and sign and verify messages. + </longdescription> + <upstream> + <bugs-to>https://bitbucket.org/vinay.sajip/python-gnupg/issues/new</bugs-to> + <remote-id type="bitbucket">vinay.sajip/python-gnupg</remote-id> + </upstream> </pkgmetadata> |