[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/204: gnu: Add python-fontparts.
From: |
guix-commits |
Subject: |
32/204: gnu: Add python-fontparts. |
Date: |
Wed, 20 Apr 2022 02:03:14 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit cc696e8e9bf291dd2b972bde23ea7270d1e1025b
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")
- 03/204: gnu: Add python-pure-eval., (continued)
- 03/204: gnu: Add python-pure-eval., guix-commits, 2022/04/20
- 06/204: gnu: Add python-stack-data., guix-commits, 2022/04/20
- 07/204: gnu: python-traitlets: Update to 5.1.1., guix-commits, 2022/04/20
- 08/204: gnu: python-jinja2: Update to 3.1.1., guix-commits, 2022/04/20
- 13/204: gnu: Add texlive-stix2-otf., guix-commits, 2022/04/20
- 17/204: gnu: Add texlive-cs., guix-commits, 2022/04/20
- 24/204: gnu: Add python-unicodedata2., guix-commits, 2022/04/20
- 28/204: gnu: Add python-booleanoperations., guix-commits, 2022/04/20
- 36/204: gnu: Add python-types-toml., guix-commits, 2022/04/20
- 23/204: gnu: Add python-fontmath., guix-commits, 2022/04/20
- 32/204: gnu: Add python-fontparts.,
guix-commits <=
- 37/204: gnu: Add python-pytest-mypy., guix-commits, 2022/04/20
- 05/204: gnu: Add python-littleutils., guix-commits, 2022/04/20
- 02/204: gnu: python-astroid: Propagate python-typing-extensions., guix-commits, 2022/04/20
- 09/204: gnu: python-prompt-toolkit: Update to 3.0.29., guix-commits, 2022/04/20
- 15/204: gnu: Add texlive-makecmds., guix-commits, 2022/04/20
- 16/204: gnu: Add texlive-csplain., guix-commits, 2022/04/20
- 19/204: gnu: Add python-pcpp., guix-commits, 2022/04/20
- 20/204: gnu: Add opentype-sanitizer., guix-commits, 2022/04/20
- 21/204: gnu: Add python-opentype-sanitizer., guix-commits, 2022/04/20
- 22/204: gnu: Add python-defcon-bootstrap., guix-commits, 2022/04/20