mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
9d3ac7da2a
commit
4db0bb5074
1 changed files with 0 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue