guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: python-pendulum: Update to 2.1.0.


From: guix-commits
Subject: 03/08: gnu: python-pendulum: Update to 2.1.0.
Date: Fri, 20 Mar 2020 17:44:54 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e5023bfd2a0a51f84c5f9c59fda724db59c97cc8
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Mar 20 21:13:12 2020 +0100

    gnu: python-pendulum: Update to 2.1.0.
    
    * gnu/packages/time.scm (python-pendulum): Update to 2.1.0.
    [native-inputs]: Remove.
    [arguments]: New field.
    [propagated-inputs]: Remove PYTHON-TZLOCAL.
---
 gnu/packages/time.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index bb5351e..f4dc8a2 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -138,22 +138,21 @@ saving time.  Almost all of the Olson timezones are 
supported.")
 (define-public python-pendulum
   (package
     (name "python-pendulum")
-    (version "1.2.4")
+    (version "2.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pendulum" version))
        (sha256
         (base32
-         "1fj36yxi2f4lzchzd8ny1qjl67dbypnk0gn8qwad2w78579m8m8z"))))
+         "1zhzk0ai8is8zclw4v73dllf0hx0l5nmm4sbwrh6cl8h5qsang09"))))
     (build-system python-build-system)
-    (native-inputs
-     `(("python-pytest" ,python-pytest)
-       ("python-nose" ,python-nose)))
+    ;; XXX: The PyPI distribution lacks tests, and the upstream repository
+    ;; lacks a setup.py!
+    (arguments '(#:tests? #f))
     (propagated-inputs
      `(("python-dateutil" ,python-dateutil)
-       ("python-pytzdata" ,python-pytzdata)
-       ("python-tzlocal" ,python-tzlocal)))
+       ("python-pytzdata" ,python-pytzdata)))
     (home-page "https://github.com/sdispater/pendulum";)
     (synopsis "Alternate API for Python datetimes")
     (description "Pendulum is a drop-in replacement for the standard



reply via email to

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