blob: 3a6d2f8a543b59b955b9ddc659f1388170414aff (
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>
The pyqrcode module is a QR code generator that is simple to use and
written in pure python. The module can automate most of the building
process for creating QR codes.
</longdescription>
<upstream>
<remote-id type="pypi">PyQRCode</remote-id>
<remote-id type="github">mnooner256/pyqrcode</remote-id>
</upstream>
<origin>gentoo-staging</origin>
</pkgmetadata>
|