blob: c4df2883b932529140d0666b402f07c98949afa5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">
This is a Python port of the Text::Unidecode Perl module (<pkg>dev-perl/Text-Unidecode</pkg>).
</longdescription>
<upstream>
<remote-id type="pypi">Unidecode</remote-id>
<remote-id type="github">avian2/unidecode</remote-id>
<bugs-to>https://github.com/avian2/unidecode/issues</bugs-to>
</upstream>
</pkgmetadata>
|