[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/232: gnu: Add python-defcon-bootstrap.
From: |
guix-commits |
Subject: |
22/232: gnu: Add python-defcon-bootstrap. |
Date: |
Sun, 24 Apr 2022 23:58:26 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit dbf4294e5b364736b9fc8c37ab04cfd493490a34
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Apr 1 16:22:50 2022 -0400
gnu: Add python-defcon-bootstrap.
* gnu/packages/fontutils.scm (python-defcon-bootstrap): New variable.
---
gnu/packages/fontutils.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index ec6dab37ff..61b39e510d 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -821,6 +821,36 @@ generate bitmaps.")
files. UFO is a file format that stores fonts source files.")
(license license:bsd-3)))
+;;; A variant used to break a cycle between python-fontpens and
+;;; python-fontparts.
+(define-public python-defcon-bootstrap
+ (package
+ (name "python-defcon-bootstrap")
+ (version "0.10.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "defcon" version ".zip"))
+ (sha256
+ (base32 "0g0bjwzdj6sskyh8snbxsxza3czdmvb807qv38mizx631cm8c2d0"))))
+ (build-system python-build-system)
+ (propagated-inputs (list python-fontpens-bootstrap python-fonttools-full))
+ (native-inputs
+ (list python-pytest
+ python-pytest-runner
+ python-setuptools-scm
+ unzip))
+ (home-page "https://github.com/robotools/defcon")
+ (synopsis "Flexible objects for representing @acronym{UFO, unified font
object} data")
+ (description "Defcon is a set of @acronym{UFO, unified font object} based
+objects optimized for use in font editing applications. The objects are built
+to be lightweight, fast and flexible. The objects are very bare-bones and
+they are not meant to be end-all, be-all objects. Rather, they are meant to
+provide base functionality so that you can focus on your application’s
+behavior, not object observing or maintaining cached data. Defcon implements
+UFO3 as described by the UFO font format.")
+ (license license:expat)))
+
(define-public python2-defcon
(package
(name "python2-defcon")
- 20/232: gnu: Add opentype-sanitizer., (continued)
- 20/232: gnu: Add opentype-sanitizer., guix-commits, 2022/04/24
- 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 <=
- 32/232: gnu: Add python-fontparts., guix-commits, 2022/04/24
- 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