[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/204: gnu: Add python-fontpens-bootstrap.
From: |
guix-commits |
Subject: |
27/204: gnu: Add python-fontpens-bootstrap. |
Date: |
Wed, 20 Apr 2022 02:03:13 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 8e64a8cf16f3c21b48c687a1b3f8eadb580b4c28
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 5 00:00:43 2022 -0400
gnu: Add python-fontpens-bootstrap.
* gnu/packages/fontutils.scm (python-fontpens-bootstrap): New variable.
---
gnu/packages/fontutils.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 4eec234126..92b8c0a726 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -156,6 +156,27 @@ them as it goes.")
font, glyph, etc. mathematical operations on font data.")
(license license:expat)))
+;;; An untested variant used to break a cycle with python-booleanoperations.
+(define-public python-fontpens-bootstrap
+ (package
+ (name "python-fontpens-bootstrap")
+ (version "0.2.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "fontPens" version ".zip"))
+ (sha256
+ (base32 "1za15dzsnymq6d9x7xdfqwgw4a3003wj75fn2crhyidkfd2s3nd6"))))
+ (build-system python-build-system)
+ (arguments (list #:tests? #f))
+ (propagated-inputs (list python-fonttools))
+ (native-inputs (list unzip))
+ (home-page "https://github.com/robofab-developers/fontPens")
+ (synopsis "Python classes implementing the pen protocol")
+ (description "This package provides a collection of Python classes
+implementing the pen protocol for manipulating glyphs.")
+ (license license:bsd-3)))
+
(define-public python-opentype-sanitizer
(package
(name "python-opentype-sanitizer")
- 05/204: gnu: Add python-littleutils., (continued)
- 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
- 26/204: gnu: Add python-mutatormath., guix-commits, 2022/04/20
- 27/204: gnu: Add python-fontpens-bootstrap.,
guix-commits <=
- 30/204: gnu: Add python-fontpens., guix-commits, 2022/04/20
- 31/204: gnu: Add python-defcon., guix-commits, 2022/04/20
- 33/204: gnu: Add python-cu2qu., guix-commits, 2022/04/20
- 38/204: gnu: Add python-jaraco-context-bootstrap., guix-commits, 2022/04/20
- 39/204: gnu: Add python-jaraco-functools-bootstrap., guix-commits, 2022/04/20
- 40/204: gnu: Add python-autocommand., guix-commits, 2022/04/20
- 44/204: gnu: Add python-pytest-enabler-bootstrap., guix-commits, 2022/04/20
- 49/204: gnu: python-mypy: Update to 0.942 and fix search path., guix-commits, 2022/04/20
- 52/204: gnu: Add python-jaraco-classes., guix-commits, 2022/04/20
- 53/204: gnu: Add python-jaraco-context., guix-commits, 2022/04/20