gnu: Add python-fontparts.
* gnu/packages/fontutils.scm (python-fontparts): New variable.master
parent
0ce611f563
commit
e3d1e821f9
|
@ -219,6 +219,16 @@ Interface} for interacting with the parts of fonts during the font development
|
||||||
process. FontParts is the successor of RoboFab.")
|
process. FontParts is the successor of RoboFab.")
|
||||||
(license license:expat))))
|
(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
|
(define-public python-opentype-sanitizer
|
||||||
(package
|
(package
|
||||||
(name "python-opentype-sanitizer")
|
(name "python-opentype-sanitizer")
|
||||||
|
|
Reference in New Issue