[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/242: gnu: Add python-fontpens-bootstrap.
From: |
guix-commits |
Subject: |
27/242: gnu: Add python-fontpens-bootstrap. |
Date: |
Thu, 12 May 2022 14:14:01 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 9fffc12efbe8266a7084d014e2a8d7c4ae00d17e
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")
- branch master updated (a1cb645d83 -> 93baba6475), guix-commits, 2022/05/12
- 04/242: gnu: Add python-asttokens., guix-commits, 2022/05/12
- 01/242: gnu: python-ipython: Re-order fields., guix-commits, 2022/05/12
- 02/242: gnu: python-astroid: Propagate python-typing-extensions., guix-commits, 2022/05/12
- 03/242: gnu: Add python-pure-eval., guix-commits, 2022/05/12
- 05/242: gnu: Add python-littleutils., guix-commits, 2022/05/12
- 09/242: gnu: python-prompt-toolkit: Update to 3.0.29., guix-commits, 2022/05/12
- 27/242: gnu: Add python-fontpens-bootstrap.,
guix-commits <=
- 24/242: gnu: Add python-unicodedata2., guix-commits, 2022/05/12
- 26/242: gnu: Add python-mutatormath., guix-commits, 2022/05/12
- 14/242: gnu: Add texlive-metalogo., guix-commits, 2022/05/12
- 11/242: gnu: python-nbformat: Update to 5.3.0., guix-commits, 2022/05/12
- 16/242: gnu: Add texlive-csplain., guix-commits, 2022/05/12
- 18/242: gnu: Add texlive-zref., guix-commits, 2022/05/12
- 20/242: gnu: Add opentype-sanitizer., guix-commits, 2022/05/12
- 30/242: gnu: Add python-fontpens., guix-commits, 2022/05/12
- 22/242: gnu: Add python-defcon-bootstrap., guix-commits, 2022/05/12
- 41/242: gnu: Add python-types-freezegun., guix-commits, 2022/05/12