guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: python-mako: Update to 1.0.8.


From: guix-commits
Subject: 07/07: gnu: python-mako: Update to 1.0.8.
Date: Sat, 23 Mar 2019 18:28:03 -0400 (EDT)

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

commit db65a4fd914be10f9170cb8ad049e15eefefd5a9
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 23 19:32:53 2019 +0100

    gnu: python-mako: Update to 1.0.8.
    
    * gnu/packages/python-xyz.scm (python-mako): Update to 1.0.8.
    [arguments]: Remove.
---
 gnu/packages/python-xyz.scm | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index db31794..71727ad 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8117,23 +8117,15 @@ python-xdo for newer bindings.)")
 (define-public python-mako
   (package
     (name "python-mako")
-    (version "1.0.7")
+    (version "1.0.8")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Mako" version))
        (sha256
         (base32
-         "1bi5gnr8r8dva06qpyx4kgjc6spm2k1y908183nbbaylggjzs0jf"))))
+         "0hr89gcda0y0baz25cm4yq7fbl7cvid4zsns8cgv0jfzq102j284"))))
     (build-system python-build-system)
-    (arguments
-     `(#:phases (modify-phases %standard-phases
-                  (add-after 'unpack 'patch-setup.cfg
-                    (lambda _
-                      ;; Adjust setup.cfg for compatibility with Pytest 4.
-                      (substitute* "setup.cfg"
-                        (("\\[pytest\\]") "[tool:pytest]"))
-                      #t)))))
     (propagated-inputs
      `(("python-markupsafe" ,python-markupsafe)))
     (native-inputs



reply via email to

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