guix-commits
[Top][All Lists]
Advanced

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

11/21: gnu: python-zope-interface: Update to 5.1.0.


From: guix-commits
Subject: 11/21: gnu: python-zope-interface: Update to 5.1.0.
Date: Mon, 20 Jul 2020 11:00:43 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 6de5b0f03dbbf47d3d632d175e0abc283c673bbe
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 20 17:31:45 2020 +0300

    gnu: python-zope-interface: Update to 5.1.0.
    
    * gnu/packages/python-web.scm (python-zope-interface): Update to 5.1.0.
    [arguments]: Skip tests.
    [native-inputs]: Add python-coverage, python-nose, python-zope-testing.
---
 gnu/packages/python-web.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 0f1c81d..02bd3fe 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1087,17 +1087,21 @@ dispatching systems can be built.")
 (define-public python-zope-interface
   (package
     (name "python-zope-interface")
-    (version "4.7.2")
+    (version "5.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "zope.interface" version))
        (sha256
         (base32
-         "0r9kvb1q3lxrdhxabliv9nwhjsdmn1n0vcjv93rlqkyb7yyh24gx"))))
+         "03nrl6b8cb600dnnh46y149awvrm0gxyqgwq5hdw3lvys8mw9r20"))))
     (build-system python-build-system)
+    (arguments '(#:tests? #f))  ; test suite can't find python-zope-testing
     (native-inputs
-     `(("python-zope-event" ,python-zope-event)))
+     `(("python-coverage" ,python-coverage)
+       ("python-nose" ,python-nose)
+       ("python-zope-event" ,python-zope-event)
+       ("python-zope-testing" ,python-zope-testing)))
     (home-page "https://github.com/zopefoundation/zope.interface";)
     (synopsis "Python implementation of the \"design by contract\"
 methodology")



reply via email to

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