gentoo/dev-python/shortuuid/metadata.xml
Louis Sautier 1c69c7e264
dev-python/shortuuid: add Python 3.5 support
add sub tags "remote-id" & "bugs-to" under tag <upstream> in metadata.xml
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1278

Signed-off-by: Ian Delaney <idella4@gentoo.org>
2016-04-17 00:56:25 +08:00

15 lines
691 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ercpe@gentoo.org</email>
<name>Johann Schmitz (ercpe)</name>
</maintainer>
<longdescription>A library that generates short, pretty, unambiguous unique IDs by using an extensive, case-sensitive alphabet and omitting similar-looking letters and numbers.</longdescription>
<upstream>
<remote-id type="pypi">shortuuid</remote-id>
<remote-id type="github">stochastic-technologies/shortuuid</remote-id>
<bugs-to>https://github.com/stochastic-technologies/shortuuid/issues</bugs-to>
</upstream>
</pkgmetadata>