blob: 3af8bcdc988e64d1de616eb09b5e58968b9e6da2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?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 lang="en">
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.
</longdescription>
<upstream>
<remote-id type="launchpad">pygpgme</remote-id>
<remote-id type="pypi">pygpgme</remote-id>
</upstream>
<origin>gentoo-staging</origin>
</pkgmetadata>
|