unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35971] [PATCH 39/47] gnu: Add python-relativetimebuilder.
@ 2019-05-29  0:33 h.nasajpour
  2025-02-04 18:58 ` bug#35971: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: h.nasajpour @ 2019-05-29  0:33 UTC (permalink / raw)
  To: 35971; +Cc: h.nasajpour

* 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#35971: [PATCH 39/47] gnu: Add python-relativetimebuilder.
  2019-05-29  0:33 [bug#35971] [PATCH 39/47] gnu: Add python-relativetimebuilder h.nasajpour
@ 2025-02-04 18:58 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2025-02-04 18:58 UTC (permalink / raw)
  To: 35971-done

[-- Attachment #1: Type: text/plain, Size: 154 bytes --]


Hi,

Pushed to master with refreshing to the latest version and applying some
modification:

60c1d26209f * gnu: Add python-relativetimebuilder.

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-04 18:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-29  0:33 [bug#35971] [PATCH 39/47] gnu: Add python-relativetimebuilder h.nasajpour
2025-02-04 18:58 ` bug#35971: " Sharlatan Hellseher

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).