mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 08:27:47 -05:00
gnu: Remove python2-fonttools.
* gnu/packages/python-xyz.scm (python2-fonttools): Delete variable. (python-fonttools)[properties]: Delete field.
This commit is contained in:
parent
25a1d0f63d
commit
b89669f034
1 changed files with 1 additions and 15 deletions
|
@ -10921,8 +10921,7 @@ (define-public python-fonttools
|
||||||
of AFM files, reading (and partially writing) of PS Type 1 fonts. The package
|
of AFM files, reading (and partially writing) of PS Type 1 fonts. The package
|
||||||
also contains a tool called “TTX” which converts TrueType/OpenType fonts to and
|
also contains a tool called “TTX” which converts TrueType/OpenType fonts to and
|
||||||
from an XML-based format.")
|
from an XML-based format.")
|
||||||
(license license:expat)
|
(license license:expat))))
|
||||||
(properties `((python2-variant . ,(delay python2-fonttools)))))))
|
|
||||||
|
|
||||||
;;; Rename 'python-fonttools' in next cycle, renaming the current
|
;;; Rename 'python-fonttools' in next cycle, renaming the current
|
||||||
;;; 'python-fonttools' to 'python-fonttools-minimal'.
|
;;; 'python-fonttools' to 'python-fonttools-minimal'.
|
||||||
|
@ -10962,19 +10961,6 @@ (define-public python-fonttools-full
|
||||||
python-zopfli))
|
python-zopfli))
|
||||||
(properties (alist-delete 'hidden? (package-properties python-fonttools)))))
|
(properties (alist-delete 'hidden? (package-properties python-fonttools)))))
|
||||||
|
|
||||||
;; Fonttools 4.x dropped support for Python 2, so stick with 3.x here.
|
|
||||||
(define-public python2-fonttools
|
|
||||||
(let ((base (package-with-python2 (strip-python2-variant python-fonttools))))
|
|
||||||
(package
|
|
||||||
(inherit base)
|
|
||||||
(version "3.44.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "fonttools" version ".zip"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0v6399g755f2hn1ry62i5b6gdinf2fpx2966v3bxh6bjw1accb5p")))))))
|
|
||||||
|
|
||||||
(define-public python-fonttools-next
|
(define-public python-fonttools-next
|
||||||
(package
|
(package
|
||||||
(inherit python-fonttools-full)
|
(inherit python-fonttools-full)
|
||||||
|
|
Loading…
Reference in a new issue