blob: fac968147cf8c5e048e5689703533691b717d42e (
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 "https://liguros.gitlab.io/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>
|