mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-11 02:07:37 -08:00
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
18 lines
645 B
XML
18 lines
645 B
XML
<?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>
|
|
<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>
|