mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: Remove python2-docutils.
* gnu/packages/python-xyz.scm (python2-docutils): Delete variable. (python2-docutils-0.14): Likewise.
This commit is contained in:
parent
6ce1f74c9a
commit
5bd5443ede
1 changed files with 0 additions and 15 deletions
|
@ -4310,9 +4310,6 @@ via commands such as @command{rst2man}, as well as supporting Python code.")
|
||||||
;; licensed under the PFSL, BSD 2-clause, and GPLv3+ licenses.
|
;; licensed under the PFSL, BSD 2-clause, and GPLv3+ licenses.
|
||||||
(license (list license:public-domain license:psfl license:bsd-2 license:gpl3+))))
|
(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.
|
;; awscli refuses to be built with docutils < 0.16.
|
||||||
(define-public python-docutils-0.15
|
(define-public python-docutils-0.15
|
||||||
(package
|
(package
|
||||||
|
@ -4327,18 +4324,6 @@ via commands such as @command{rst2man}, as well as supporting Python code.")
|
||||||
;; tests contain Python 2 syntax.
|
;; tests contain Python 2 syntax.
|
||||||
(arguments '(#:tests? #false))))
|
(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
|
(define-public python-restructuredtext-lint
|
||||||
(package
|
(package
|
||||||
(name "python-restructuredtext-lint")
|
(name "python-restructuredtext-lint")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue