From 4db0bb507492c404c5eb63daba5ce6b8cca26ade Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 21 Jan 2026 13:57:18 +0000 Subject: [PATCH] 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 36b07a08c9d..ddef151b85e 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