gnu: Add python-fontparts.

* gnu/packages/fontutils.scm (python-fontparts): New variable.
This commit is contained in:
Maxim Cournoyer 2022-04-05 00:10:16 -04:00
parent 0ce611f563
commit e3d1e821f9
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -219,6 +219,16 @@ (define-public python-fontparts-bootstrap
process. FontParts is the successor of RoboFab.")
(license license:expat))))
(define-public python-fontparts
(package/inherit python-fontparts-bootstrap
(name "python-fontparts")
(propagated-inputs
(modify-inputs (package-propagated-inputs python-fontparts-bootstrap)
(replace "python-defcon-bootstrap" python-defcon)))
(properties
(alist-delete 'hidden?
(package-properties python-fontparts-bootstrap)))))
(define-public python-opentype-sanitizer
(package
(name "python-opentype-sanitizer")