blob: a35d2795ad0a0f5c9f0448ff2fe0a927bf79c41d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?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>
</upstream>
<origin>liguros-repo</origin>
<stabilize-allarches/>
</pkgmetadata>
|