[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/242: gnu: Add python-defcon-bootstrap.
From: |
guix-commits |
Subject: |
22/242: gnu: Add python-defcon-bootstrap. |
Date: |
Wed, 11 May 2022 18:02:46 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 5fc9ad57cf03d5f0cff987ed3807f198015a12d3
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")
- 228/242: gnu: Add python-ipdb., (continued)
- 228/242: gnu: Add python-ipdb., guix-commits, 2022/05/11
- 240/242: gnu: Add python-sanic-bootstrap., guix-commits, 2022/05/11
- 223/242: gnu: Add python-nptyping., guix-commits, 2022/05/11
- 225/242: gnu: python-sphinxext-opengraph: Update to 0.6.3., guix-commits, 2022/05/11
- 215/242: gnu: python-pydata-sphinx-theme: Update to 0.7.2., guix-commits, 2022/05/11
- 221/242: gnu: python-sphinx-cloud-sptheme: Update to 1.10.1 [still broken]., guix-commits, 2022/05/11
- 80/242: gnu: Add skia., guix-commits, 2022/05/11
- 79/242: gnu: Add python-cffsubr., guix-commits, 2022/05/11
- 02/242: gnu: python-astroid: Propagate python-typing-extensions., guix-commits, 2022/05/11
- 08/242: gnu: python-jinja2: Update to 3.1.1., guix-commits, 2022/05/11
- 22/242: gnu: Add python-defcon-bootstrap.,
guix-commits <=
- 29/242: gnu: Add python-fontparts-bootstrap., guix-commits, 2022/05/11
- 40/242: gnu: Add python-autocommand., guix-commits, 2022/05/11
- 37/242: gnu: Add python-pytest-mypy., guix-commits, 2022/05/11
- 46/242: gnu: Add python-pip-run-bootstrap., guix-commits, 2022/05/11
- 53/242: gnu: Add python-jaraco-context., guix-commits, 2022/05/11
- 69/242: gnu: python-pathpy: Deprecate by python-path., guix-commits, 2022/05/11
- 67/242: gnu: Add python-ubelt., guix-commits, 2022/05/11
- 70/242: gnu: python-pytest-shutil: Adjust to use python-path., guix-commits, 2022/05/11
- 72/242: gnu: Add python-scikit-build., guix-commits, 2022/05/11
- 78/242: gnu: Add python-afdko., guix-commits, 2022/05/11