blob: e1d551a51ddfb22946a301cf3a1f4a66619a0b09 (
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>
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>
<remote-id type="cpe">cpe:/a:python:python-gnupg</remote-id>
<bugs-to>https://bitbucket.org/vinay.sajip/python-gnupg/issues/new</bugs-to>
</upstream>
<origin>gentoo-staging</origin>
<stabilize-allarches/>
</pkgmetadata>
|