diff options
Diffstat (limited to 'dev-python/cu2qu')
| -rw-r--r-- | dev-python/cu2qu/metadata.xml | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/dev-python/cu2qu/metadata.xml b/dev-python/cu2qu/metadata.xml index 9c9d667bb3d4..43a4f078acea 100644 --- a/dev-python/cu2qu/metadata.xml +++ b/dev-python/cu2qu/metadata.xml @@ -1,16 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <description>co-maintainers welcome</description> - <email>lssndrbarbieri@gmail.com</email> - <name>Alessandro Barbieri</name> - </maintainer> - <upstream> - <remote-id type="github">googlefonts/cu2qu</remote-id> - <remote-id type="pypi">cu2qu</remote-id> - </upstream> - <longdescription lang="en"> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <longdescription lang="en"> This library provides functions which take in UFO objects (Defcon Fonts or Robofab RFonts) and converts any cubic curves to quadratic. The most useful function is probably fonts_to_quadratic: from defcon import Font @@ -45,4 +41,6 @@ for font in [thin_font, bold_font]: # "stats" will report combined statistics for both fonts The library also provides a command-line script also named cu2qu. Check its --help to see all the options. </longdescription> -</pkgmetadata> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file |
