GNU bug report logs -
#35971
[PATCH 39/47] gnu: Add python-relativetimebuilder.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 35971 in the body.
You can then email your comments to 35971 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#35971
; Package
guix-patches
.
(Wed, 29 May 2019 00:35:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"h.nasajpour" <h.nasajpour <at> pantherx.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 29 May 2019 00:35:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Tue, 04 Feb 2025 18:59:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
"h.nasajpour" <h.nasajpour <at> pantherx.org>
:
bug acknowledged by developer.
(Tue, 04 Feb 2025 18:59:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 35971-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Pushed to master with refreshing to the latest version and applying some
modification:
60c1d26209f * gnu: Add python-relativetimebuilder.
--
Oleg
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 05 Mar 2025 12:24:16 GMT)
Full text and
rfc822 format available.
This bug report was last modified 104 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.