guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit ac940274ce41e05f0d27fe11ce4cb92cb6993365
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jan 21 13:57:18 2026 +0000
gnu: Remove python-docutils-0.16.
* gnu/packages/python-xyz.scm (python-docutils-0.16): Delete variable.
Fixes: guix/guix#5800
Change-Id: Ie0faabd1681bffce59e7706fd1ca3abd6a9f709a
---
gnu/packages/python-xyz.scm | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index edb0cb3e4d..26304af4b3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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