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
This commit is contained in:
Conrad Kostecki
2018-08-03 23:33:19 +02:00
committed by Michał Górny
parent 43e64557d1
commit ac293f205a
5 changed files with 150 additions and 9 deletions

View File

@@ -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>