diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:44:39 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:35 -0400 |
commit | aa8ec684ab43fe5c348c20ea3f7a151af3eb8ffe (patch) | |
tree | cf706e33936882d7c6e99cd528b7f7b95a60e6d4 /gnu/packages | |
parent | 6792b0b6cde37a56dd77b9a0830eebd6ab57cf99 (diff) | |
download | guix-aa8ec684ab43fe5c348c20ea3f7a151af3eb8ffe.tar.gz guix-aa8ec684ab43fe5c348c20ea3f7a151af3eb8ffe.zip |
gnu: Remove python2-ufolib.
* gnu/packages/fontutils.scm (python2-ufolib): Delete variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/fontutils.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 1c824a9100..712517c685 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -1442,30 +1442,6 @@ other support classes. Where useful and possible, ufoLib2 tries to be API-compatible with defcon.") (license license:asl2.0))) -(define-public python2-ufolib - (package - (name "python2-ufolib") - (version "2.1.1") - (source - (origin - (method url-fetch) - (uri (pypi-uri "ufoLib" version ".zip")) - (sha256 - (base32 "07qy6mx7z0wi9a30lc2hj5i9q1gnz1n8l40dmjz2c19mj9s6mz9l")))) - (build-system python-build-system) - (arguments - `(#:python ,python-2)) - (propagated-inputs - (list python2-fonttools)) - (native-inputs - (list unzip python2-pytest python2-pytest-runner)) - (home-page "https://github.com/unified-font-object/ufoLib") - (synopsis "Low-level UFO reader and writer") - (description - "UfoLib reads and writes Unified Font Object (UFO) -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 |