Archived
1
0
Fork 0

gnu: Remove python2-defcon.

* gnu/packages/fontutils.scm (python2-defcon): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:26:20 -04:00
parent 391251a74c
commit 75f49c4cc1
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1504,24 +1504,6 @@ UFO3 as described by the UFO font format.")
(modify-inputs (package-propagated-inputs python-defcon-bootstrap)
(replace "python-fontpens-bootstrap" python-fontpens))))))
(define-public python2-defcon
(package
(inherit python-defcon)
(name "python2-defcon")
(version "0.3.5")
(source (origin
(method url-fetch)
(uri (pypi-uri "defcon" version ".zip"))
(sha256
(base32
"03jlm2gy9lvbwj68kfdm43yaddwd634jwkdg4wf0jxx2s8mwbg22"))))
(arguments
`(#:python ,python-2))
(native-inputs
(list unzip python2-pytest python2-pytest-runner))
(propagated-inputs
(list python2-fonttools python2-ufolib))))
(define-public nototools
(package
(name "nototools")