[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/232: gnu: Add python-fontparts.
From: |
guix-commits |
Subject: |
32/232: gnu: Add python-fontparts. |
Date: |
Sun, 24 Apr 2022 23:58:28 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit dae22b82df89d04cc067b2c41bd486e29f093e6a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 5 00:10:16 2022 -0400
gnu: Add python-fontparts.
* gnu/packages/fontutils.scm (python-fontparts): New variable.
---
gnu/packages/fontutils.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 503ff7afa3..59b4f8075b 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -219,6 +219,16 @@ Interface} for interacting with the parts of fonts during
the font development
process. FontParts is the successor of RoboFab.")
(license license:expat))))
+(define-public python-fontparts
+ (package/inherit python-fontparts-bootstrap
+ (name "python-fontparts")
+ (propagated-inputs
+ (modify-inputs (package-propagated-inputs python-fontparts-bootstrap)
+ (replace "python-defcon-bootstrap" python-defcon)))
+ (properties
+ (alist-delete 'hidden?
+ (package-properties python-fontparts-bootstrap)))))
+
(define-public python-opentype-sanitizer
(package
(name "python-opentype-sanitizer")
- 11/232: gnu: python-nbformat: Update to 5.3.0., (continued)
- 11/232: gnu: python-nbformat: Update to 5.3.0., guix-commits, 2022/04/24
- 12/232: gnu: Add texlive-paralist., guix-commits, 2022/04/24
- 21/232: gnu: Add python-opentype-sanitizer., guix-commits, 2022/04/24
- 07/232: gnu: python-traitlets: Update to 5.1.1., guix-commits, 2022/04/24
- 01/232: gnu: python-ipython: Re-order fields., guix-commits, 2022/04/24
- 05/232: gnu: Add python-littleutils., guix-commits, 2022/04/24
- 13/232: gnu: Add texlive-stix2-otf., guix-commits, 2022/04/24
- 14/232: gnu: Add texlive-metalogo., guix-commits, 2022/04/24
- 16/232: gnu: Add texlive-csplain., guix-commits, 2022/04/24
- 22/232: gnu: Add python-defcon-bootstrap., guix-commits, 2022/04/24
- 32/232: gnu: Add python-fontparts.,
guix-commits <=
- 36/232: gnu: Add python-types-toml., guix-commits, 2022/04/24
- 44/232: gnu: Add python-pytest-enabler-bootstrap., guix-commits, 2022/04/24
- 45/232: gnu: Add python-path-bootstrap., guix-commits, 2022/04/24
- 31/232: gnu: Add python-defcon., guix-commits, 2022/04/24
- 17/232: gnu: Add texlive-cs., guix-commits, 2022/04/24
- 37/232: gnu: Add python-pytest-mypy., guix-commits, 2022/04/24
- 18/232: gnu: Add texlive-zref., guix-commits, 2022/04/24
- 19/232: gnu: Add python-pcpp., guix-commits, 2022/04/24
- 24/232: gnu: Add python-unicodedata2., guix-commits, 2022/04/24
- 26/232: gnu: Add python-mutatormath., guix-commits, 2022/04/24