guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: Add python-docutils-0.15.


From: guix-commits
Subject: 03/07: gnu: Add python-docutils-0.15.
Date: Tue, 19 Oct 2021 09:24:25 -0400 (EDT)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit cff7415805a547c05a090f96938ca27aa65ab95f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 19 13:22:05 2021 +0000

    gnu: Add python-docutils-0.15.
    
    * gnu/packages/python-xyz.scm (python-docutils-0.15): New variable.
---
 gnu/packages/python-xyz.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2dee3dc..b79651a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4135,6 +4135,20 @@ via commands such as @command{rst2man}, as well as 
supporting Python code.")
 (define-public python2-docutils
   (package-with-python2 python-docutils))
 
+;; awscli refuses to be built with docutils < 0.16.
+(define-public python-docutils-0.15
+  (package
+    (inherit python-docutils)
+    (version "0.15")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "docutils" version))
+              (sha256
+               (base32
+                "0ja8q6mdj6xv62jjw3phv8j5nfqi5x8hnfy4pqfcjcgz4b34k8sl"))))
+    ;; tests contain Python 2 syntax.
+    (arguments '(#:tests? #false))))
+
 ;; python2-sphinx fails its test suite with newer versions.
 (define-public python2-docutils-0.14
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]