GNU bug report logs - #67813
[PATCH 00/12] Update python-pandas to version 2.1.1.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Wed, 13 Dec 2023 14:41:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Graves <ngraves <at> ngraves.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 67813 <at> debbugs.gnu.org
Cc: ngraves <at> ngraves.fr
Subject: [bug#67813] [PATCH 05/12] gnu: Add python-tzdata.
Date: Wed, 13 Dec 2023 22:56:25 +0100
* gnu/packages/time.scm (python-tzdata): New variable.
---
 gnu/packages/time.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 5c8f65a1e6..64772258ad 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -337,6 +337,23 @@ (define-public python-timezonefinder
 timezone for given coordinates on earth entirely offline.")
     (license expat)))
 
+(define-public python-tzdata
+  (package
+    (name "python-tzdata")
+    (version "2023.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "tzdata" version))
+       (sha256
+        (base32 "0fksj1gcr54yqvwiplnb9bg775k5v82vxcdxjm7hvjsawl41xvqi"))))
+    (build-system pyproject-build-system)
+    (arguments '(#:tests? #f))  ; No tests.
+    (home-page "https://github.com/python/tzdata")
+    (synopsis "Provider of IANA time zone data")
+    (description "This package provides IANA time zone data.")
+    (license asl2.0)))
+
 (define-public python-tzlocal
   (package
     (name "python-tzlocal")
-- 
2.41.0





This bug report was last modified 1 year and 71 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.