gnu: Remove python-docutils-0.16.

* gnu/packages/python-xyz.scm (python-docutils-0.16): Delete variable.

Fixes: guix/guix#5800
Change-Id: Ie0faabd1681bffce59e7706fd1ca3abd6a9f709a
This commit is contained in:
Sharlatan Hellseher 2026-01-21 13:57:18 +00:00 committed by Andreas Enge
parent 9d3ac7da2a
commit 4db0bb5074
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -9298,22 +9298,6 @@ via commands such as @command{rst2man}, as well as supporting Python code.")
;; licensed under the PFSL, BSD 2-clause, and GPLv3+ licenses.
(license (list license:public-domain license:psfl license:bsd-2 license:gpl3+))))
;; awscli refuses to be built with docutils < 0.17.
(define-public python-docutils-0.16
(package
(inherit python-docutils)
(version "0.16")
(source (origin
(method url-fetch)
(uri (pypi-uri "docutils" version))
(sha256
(base32
"1z3qliszqca9m719q3qhdkh0ghh90g500avzdgi7pl77x5h3mpn2"))))
;; tests contain Python 2 syntax.
(arguments '(#:tests? #false))
(native-inputs
(list python-setuptools python-wheel))))
(define-public python-docutils-0.19
(hidden-package
(package