mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 11:20:48 -04:00
Closes: https://bugs.gentoo.org/816189 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
28 lines
1.1 KiB
XML
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>
|