Files
guru/dev-python/ufoNormalizer/metadata.xml
Alessandro Barbieri c1fc2db3e0 dev-python/ufoNormalizer: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2020-04-30 21:17:22 +02:00

27 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/unified-font-object/ufoNormalizer/issues</bugs-to>
<maintainer>
<email>tal@typesupply.com</email>
<name>Tal Leming</name>
</maintainer>
<remote-id type="pypi">ufonormalizer</remote-id>
<remote-id type="github">unified-font-object/ufoNormalizer</remote-id>
</upstream>
<longdescription lang="en">
Provides a standard formatting so that there are meaningful diffs in version control rather than formatting noise.
Examples of formatting applied by ufoNormalizer include:
Changing floating-point numbers to integers where it doesn't alter the value (e.g. x="95.0" becomes x="95" )
Rounding floating-point numbers to 10 digits
Formatting XML with tabs rather than spaces
</longdescription>
</pkgmetadata>