GNU bug report logs -
#35979
[PATCH 47/47] gnu: Add python-takethetime.
Previous Next
Reported by: "h.nasajpour" <h.nasajpour <at> pantherx.org>
Date: Wed, 29 May 2019 00:38:01 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 35979 in the body.
You can then email your comments to 35979 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#35979
; Package
guix-patches
.
(Wed, 29 May 2019 00:38:01 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:38:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-takethetime): New variable.
---
gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b2ebc79283..2ca5dbae4a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15574,3 +15574,22 @@ by Igor Pavlov.")
With JSON we can make our logs more readable by machines and we can stop writing custom parsers for syslog type records.")
(license license:expat)))
+(define-public python-takethetime
+ (package
+ (name "python-takethetime")
+ (version "0.3.1")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "TakeTheTime" version))
+ (sha256 (base32 "1y9gzqb9l1f2smx8783ccjzjvby5mphshgrfks7s75mml59h9qyv"))))
+ (build-system python-build-system)
+ (arguments
+ `(
+ #:tests? #f
+ ))
+ (inputs
+ `(("python-typing" ,python-typing)))
+ (home-page "https://github.com/ErikBjare/TakeTheTime")
+ (synopsis "Take The Time, a time-taking library for Python")
+ (description "Take The Time, a time-taking library for Python.")
+ (license license:expat)))
--
2.17.1
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Wed, 05 Feb 2025 17:55:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
"h.nasajpour" <h.nasajpour <at> pantherx.org>
:
bug acknowledged by developer.
(Wed, 05 Feb 2025 17:55:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 35979-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Thank you for the patch.
I've refreshed the patch and marked you as a co-author in commit
message.
Pushed to master as cc2b236e3777c0f7c758805289f42b3932668c57
--
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
.
(Thu, 06 Mar 2025 12:24:19 GMT)
Full text and
rfc822 format available.
This bug report was last modified 64 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.