[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/166: gnu: Add python-ufonormalizer.
From: |
guix-commits |
Subject: |
35/166: gnu: Add python-ufonormalizer. |
Date: |
Tue, 19 Apr 2022 09:17:52 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython+polyglossia
in repository guix.
commit dd84d8f5b4255f202dbaebbacacbec9d0a8d1f46
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 5 00:52:28 2022 -0400
gnu: Add python-ufonormalizer.
* gnu/packages/fontutils.scm (python-ufonormalizer): New variable.
---
gnu/packages/fontutils.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 062b8fbd62..a2e71f1ad0 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -357,6 +357,32 @@ tools can generate partial instances.
@end itemize")
(license license:expat)))
+(define-public python-ufonormalizer
+ (package
+ (name "python-ufonormalizer")
+ (version "0.6.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "ufonormalizer" version ".zip"))
+ (sha256
+ (base32 "0v5awian2alap7nvxfz38aahyqbqnma16nrqcpr8602hbbki04g6"))))
+ (build-system python-build-system)
+ (native-inputs (list python-setuptools-scm unzip))
+ (home-page "https://github.com/unified-font-object/ufoNormalizer")
+ (synopsis "Script to normalize @acronym{UFO, Unified Font Object} data")
+ (description "The purpose of the @command{ufonormalizer} command is to
+provide a standard formatting so that updates to @acronym{UFO, Unified Font
+Object} data can be usefully versioned. Examples of formatting applied by
+ufoNormalizer include:
+@itemize
+@item Changing floating-point numbers to integers where it doesn't alter the
+value (e.g. @samp{x=\"95.0\"} becomes @samp{x=\"95\"})
+@item Rounding floating-point numbers to 10 digits
+@item Formatting XML with tabs rather than spaces.
+@end itemize")
+ (license license:bsd-3)))
+
(define-public ttfautohint
(package
(name "ttfautohint")
- 16/166: gnu: Add texlive-csplain., (continued)
- 16/166: gnu: Add texlive-csplain., guix-commits, 2022/04/19
- 10/166: gnu: python-ipython: Update to 8.2.0 [fixes CVE-2022-21699]., guix-commits, 2022/04/19
- 20/166: gnu: Add opentype-sanitizer., guix-commits, 2022/04/19
- 21/166: gnu: Add python-opentype-sanitizer., guix-commits, 2022/04/19
- 23/166: gnu: Add python-fontmath., guix-commits, 2022/04/19
- 24/166: gnu: Add python-unicodedata2., guix-commits, 2022/04/19
- 17/166: gnu: Add texlive-cs., guix-commits, 2022/04/19
- 32/166: gnu: Add python-fontparts., guix-commits, 2022/04/19
- 11/166: gnu: python-nbformat: Update to 5.3.0., guix-commits, 2022/04/19
- 31/166: gnu: Add python-defcon., guix-commits, 2022/04/19
- 35/166: gnu: Add python-ufonormalizer.,
guix-commits <=
- 38/166: gnu: Add python-jaraco-context-bootstrap., guix-commits, 2022/04/19
- 40/166: gnu: Add python-autocommand., guix-commits, 2022/04/19
- 41/166: gnu: Add python-types-freezegun., guix-commits, 2022/04/19
- 39/166: gnu: Add python-jaraco-functools-bootstrap., guix-commits, 2022/04/19
- 50/166: gnu: Add python-types-docutils., guix-commits, 2022/04/19
- 19/166: gnu: Add python-pcpp., guix-commits, 2022/04/19
- 22/166: gnu: Add python-defcon-bootstrap., guix-commits, 2022/04/19
- 28/166: gnu: Add python-booleanoperations., guix-commits, 2022/04/19
- 29/166: gnu: Add python-fontparts-bootstrap., guix-commits, 2022/04/19
- 34/166: gnu: Add python-ufoprocessor., guix-commits, 2022/04/19