[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/166: gnu: Add python-fontmath.
From: |
guix-commits |
Subject: |
23/166: gnu: Add python-fontmath. |
Date: |
Tue, 19 Apr 2022 09:17:50 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython+polyglossia
in repository guix.
commit db2fa18842df92b2454abdc5bea9872bdd2c5cf5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Apr 1 16:40:43 2022 -0400
gnu: Add python-fontmath.
* gnu/packages/fontutils.scm (python-fontmath): New variable.
---
gnu/packages/fontutils.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 61b39e510d..8870b87abb 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -57,6 +57,7 @@
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
+ #:use-module (gnu packages python-build)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages sqlite)
#:use-module (gnu packages webkit)
@@ -131,6 +132,30 @@ files (OTF, TTF) and WOFF and WOFF2 font files, validating
them and sanitizing
them as it goes.")
(license license:bsd-3)))
+(define-public python-fontmath
+ (package
+ (name "python-fontmath")
+ (version "0.9.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "fontMath" version ".zip"))
+ (sha256
+ (base32 "001756zxn2386dm4svgqjgw5026hvyacxl09b2qlk7s06phpcphw"))))
+ (build-system python-build-system)
+ (propagated-inputs (list python-fonttools))
+ (native-inputs
+ (list python-setuptools-scm
+ python-pytest
+ python-pytest-runner
+ python-wheel
+ unzip))
+ (home-page "https://github.com/robotools/fontMath")
+ (synopsis "Fast font mathematical operations library")
+ (description "This package provides a set of objects for performing fast
+font, glyph, etc. mathematical operations on font data.")
+ (license license:expat)))
+
(define-public python-opentype-sanitizer
(package
(name "python-opentype-sanitizer")
- 08/166: gnu: python-jinja2: Update to 3.1.1., (continued)
- 08/166: gnu: python-jinja2: Update to 3.1.1., guix-commits, 2022/04/19
- 09/166: gnu: python-prompt-toolkit: Update to 3.0.29., guix-commits, 2022/04/19
- 12/166: gnu: Add texlive-paralist., guix-commits, 2022/04/19
- 13/166: gnu: Add texlive-stix2-otf., guix-commits, 2022/04/19
- 14/166: gnu: Add texlive-metalogo., guix-commits, 2022/04/19
- 15/166: gnu: Add texlive-makecmds., guix-commits, 2022/04/19
- 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 <=
- 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, 2022/04/19
- 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