[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/19: gnu: python-ufo2ft: Update to 2.28.0.
From: |
guix-commits |
Subject: |
14/19: gnu: python-ufo2ft: Update to 2.28.0. |
Date: |
Fri, 16 Sep 2022 13:04:30 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 28cb6687a3916934d87e79273a8e5741bebb0dd1
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Sep 16 00:44:37 2022 +0200
gnu: python-ufo2ft: Update to 2.28.0.
* gnu/packages/fontutils.scm (python-ufo2ft): Update to 2.28.0.
[propagated-inputs]: Replace PYTHON-FONTTOOLS with PYTHON-FONTTOOLS-NEXT.
* gnu/packages/fonts.scm (font-amiri)[native-inputs]: Likewise, to prevent
shadowing the propagated FontTools.
---
gnu/packages/fonts.scm | 2 +-
gnu/packages/fontutils.scm | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index edcd888f73..51a4eb8aff 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -778,7 +778,7 @@ OpenType variant of these fonts.")
(replace 'install
(assoc-ref font:%standard-phases 'install)))))
(native-inputs
- (list python-fonttools
+ (list python-fonttools-next
python-pcpp
python-opentype-sanitizer
python-sfdlib
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 89117f132b..9ada1907f8 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -413,13 +413,13 @@ converts any cubic curves to quadratic. The most useful
function is probably
(define-public python-ufo2ft
(package
(name "python-ufo2ft")
- (version "2.26.0")
+ (version "2.28.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ufo2ft" version))
(sha256
- (base32 "0a6iq5g6qdxj7nvip8nnf0mf8y5wmpd3wwq0dv7d4nm9bjrh0r6m"))))
+ (base32 "068hm62s1iphyg66w96vgiif6ahpcsaf8fr44rk6jdf71f6fyqd5"))))
(build-system python-build-system)
(native-inputs
(list python-pytest python-pytest-runner python-setuptools-scm))
@@ -429,7 +429,7 @@ converts any cubic curves to quadratic. The most useful
function is probably
python-compreffor
python-cu2qu
python-defcon
- python-fonttools
+ python-fonttools-next
python-skia-pathops
python-ufolib2))
(home-page "https://github.com/googlefonts/ufo2ft")
- 01/19: gnu: hitch: Update to 1.7.3., (continued)
- 01/19: gnu: hitch: Update to 1.7.3., guix-commits, 2022/09/16
- 02/19: gnu: nfs-utils: Remove unused input., guix-commits, 2022/09/16
- 04/19: gnu: Add python-openstep-plist., guix-commits, 2022/09/16
- 15/19: gnu: font-amiri: Update to 0.117., guix-commits, 2022/09/16
- 10/19: gnu: python-compreffor: Update to 0.5.2., guix-commits, 2022/09/16
- 08/19: gnu: python-defcon: Update to 0.10.2., guix-commits, 2022/09/16
- 07/19: gnu: python-fontmath: Update to 0.9.2., guix-commits, 2022/09/16
- 05/19: gnu: Add python-glyphslib., guix-commits, 2022/09/16
- 13/19: gnu: psautohint: Build with python-fonttools-next., guix-commits, 2022/09/16
- 03/19: gnu: python-afdko: Run tests in parallel., guix-commits, 2022/09/16
- 14/19: gnu: python-ufo2ft: Update to 2.28.0.,
guix-commits <=
- 18/19: gnu: Add meson-python., guix-commits, 2022/09/16
- 19/19: gnu: python-scipy: Update to 1.9.1., guix-commits, 2022/09/16