[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/204: gnu: Add python-ufonormalizer.
From: |
guix-commits |
Subject: |
35/204: gnu: Add python-ufonormalizer. |
Date: |
Wed, 20 Apr 2022 02:03:14 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 6b43dd4a4e541d84699cecf979ee9bcff646e60c
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")
- 109/204: gnu: python-nbclient: Update to 0.6.0., (continued)
- 109/204: gnu: python-nbclient: Update to 0.6.0., guix-commits, 2022/04/20
- 110/204: gnu: python-bleach: Update to 5.0.0., guix-commits, 2022/04/20
- 10/204: gnu: python-ipython: Update to 8.2.0 [fixes CVE-2022-21699]., guix-commits, 2022/04/20
- 11/204: gnu: python-nbformat: Update to 5.3.0., guix-commits, 2022/04/20
- 12/204: gnu: Add texlive-paralist., guix-commits, 2022/04/20
- 18/204: gnu: Add texlive-zref., guix-commits, 2022/04/20
- 14/204: gnu: Add texlive-metalogo., guix-commits, 2022/04/20
- 25/204: gnu: python-fonttools-with-test: Rename to python-fonttools-full., guix-commits, 2022/04/20
- 34/204: gnu: Add python-ufoprocessor., guix-commits, 2022/04/20
- 29/204: gnu: Add python-fontparts-bootstrap., guix-commits, 2022/04/20
- 35/204: gnu: Add python-ufonormalizer.,
guix-commits <=
- 41/204: gnu: Add python-types-freezegun., guix-commits, 2022/04/20
- 48/204: gnu: python-pytest-black: Update to 0.3.12., guix-commits, 2022/04/20
- 60/204: gnu: python-factory-boy: Update to 3.2.1., guix-commits, 2022/04/20
- 68/204: gnu: python-setuptools: Update to 62.0.0., guix-commits, 2022/04/20
- 72/204: gnu: Add python-scikit-build., guix-commits, 2022/04/20
- 86/204: gnu: Add font-amiri., guix-commits, 2022/04/20
- 59/204: gnu: Add python-pytest-perf., guix-commits, 2022/04/20
- 65/204: gnu: Add python-ordered-set., guix-commits, 2022/04/20
- 91/204: gnu: python-flask: Update to 2.1.1., guix-commits, 2022/04/20
- 94/204: gnu: pylint: Run tests in parallel., guix-commits, 2022/04/20