mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
dev-python/ufoNormalizer: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
26
dev-python/ufoNormalizer/metadata.xml
Normal file
26
dev-python/ufoNormalizer/metadata.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user