guix-commits
[Top][All Lists]
Advanced

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

31/37: gnu: python-zope-i18nmessageid: Update to 5.0.1.


From: guix-commits
Subject: 31/37: gnu: python-zope-i18nmessageid: Update to 5.0.1.
Date: Mon, 16 Mar 2020 10:46:29 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ce4b7a44366b0d40699c082fbfa8d985681187c7
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Mar 16 13:55:29 2020 +0100

    gnu: python-zope-i18nmessageid: Update to 5.0.1.
    
    * gnu/packages/python-web.scm (python-zope-i18nmessageid): Update to 5.0.1.
    [native-inputs]: Add PYTHON-COVERAGE and PYTHON-ZOPE-TESTRUNNER.
    [propagated-inputs]: Add PYTHON-SIX.
---
 gnu/packages/python-web.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 176e54a..848d585 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1092,15 +1092,20 @@ tests.")
 (define-public python-zope-i18nmessageid
   (package
     (name "python-zope-i18nmessageid")
-    (version "4.0.3")
+    (version "5.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "zope.i18nmessageid" version))
        (sha256
         (base32
-         "1rslyph0klk58dmjjy4j0jxy21k03azksixc3x2xhqbkv97cmzml"))))
+         "0ndhn4w1qgwkfbwf9vm2bgq418z5g0wmfsgl0d9nz62cd0mi8d4m"))))
     (build-system python-build-system)
+    (native-inputs
+     `(("python-coverage" ,python-coverage)
+       ("python-zope-testrunner" ,python-zope-testrunner)))
+    (propagated-inputs
+     `(("python-six" ,python-six)))
     (home-page "https://pypi.org/project/zope.i18nmessageid/";)
     (synopsis "Message identifiers for internationalization")
     (description "Zope.i18nmessageid provides facilities for declaring



reply via email to

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