Files
guru/dev-python/ufoNormalizer/metadata.xml
Anna (cybertailor) Vyalkova 7418628287 dev-python/ufoNormalizer: DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/816189
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2021-12-14 12:02:27 +05:00

28 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<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>