GNU bug report logs - #35971
[PATCH 39/47] gnu: Add python-relativetimebuilder.

Previous Next

Package: guix-patches;

Reported by: "h.nasajpour" <h.nasajpour <at> pantherx.org>

Date: Wed, 29 May 2019 00:35:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "h.nasajpour" <h.nasajpour <at> pantherx.org>
To: guix-patches <at> gnu.org
Cc: "h.nasajpour" <h.nasajpour <at> pantherx.org>
Subject: [PATCH 39/47] gnu: Add python-relativetimebuilder.
Date: Wed, 29 May 2019 05:03:55 +0430
* gnu/packages/time.scm (python-relativetimebuilder): New variable
---
 gnu/packages/time.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 9bbfe07803..1363843b31 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -381,6 +381,28 @@ datetime type.")
 (define-public python2-aniso8601
   (package-with-python2 python-aniso8601))
 
+(define-public python-relativetimebuilder
+  (package
+  (name "python-relativetimebuilder")
+    (version "1.0.0")
+    (source (origin
+      (method url-fetch)
+      (uri (pypi-uri "relativetimebuilder" version))
+      (sha256 (base32 "0dxj2jci4jsqv0w4alhj9lbrw9qdxkdl2y7mnk0xns7i2ps0i1jn"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:tests? #f))
+	(propagated-inputs
+     `(
+		("python-aniso8601",python-aniso8601)
+		("python-dateutil",python-dateutil)
+	  ))
+    (home-page "https://bitbucket.org/nielsenb/relativetimebuilder/src/master/")
+    (synopsis "aniso8601 builder for dateutil relativedeltas")
+    (description
+     "A library for using the dateutil relativedeltas for calendar precision with aniso8601")
+    (license license:expat)))
+
 (define-public datefudge
   (package
     (name "datefudge")
-- 
2.17.1





This bug report was last modified 189 days ago.

Previous Next


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