gnu: Remove python2-docutils.

* gnu/packages/python-xyz.scm (python2-docutils): Delete variable.
(python2-docutils-0.14): Likewise.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:48:33 -04:00
parent 6ce1f74c9a
commit 5bd5443ede
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4310,9 +4310,6 @@ (define-public python-docutils
;; licensed under the PFSL, BSD 2-clause, and GPLv3+ licenses.
(license (list license:public-domain license:psfl license:bsd-2 license:gpl3+))))
(define-public python2-docutils
(package-with-python2 python-docutils))
;; awscli refuses to be built with docutils < 0.16.
(define-public python-docutils-0.15
(package
@ -4327,18 +4324,6 @@ (define-public python-docutils-0.15
;; tests contain Python 2 syntax.
(arguments '(#:tests? #false))))
;; python2-sphinx fails its test suite with newer versions.
(define-public python2-docutils-0.14
(package
(inherit python2-docutils)
(version "0.14")
(source (origin
(method url-fetch)
(uri (pypi-uri "docutils" version))
(sha256
(base32
"0x22fs3pdmr42kvz6c654756wja305qv6cx1zbhwlagvxgr4xrji"))))))
(define-public python-restructuredtext-lint
(package
(name "python-restructuredtext-lint")