GNU bug report logs - #35979
[PATCH 47/47] gnu: Add python-takethetime.

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix-patches; Reported by: "h.nasajpour" <h.nasajpour@HIDDEN>; Keywords: patch; dated Wed, 29 May 2019 00:38:01 UTC; Maintainer for guix-patches is guix-patches@HIDDEN.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 29 May 2019 00:37:35 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue May 28 20:37:35 2019
Received: from localhost ([127.0.0.1]:57772 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1hVmb1-0006CK-8u
	for submit <at> debbugs.gnu.org; Tue, 28 May 2019 20:37:35 -0400
Received: from eggs.gnu.org ([209.51.188.92]:54840)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <root@HIDDEN>) id 1hVmaz-0006C2-RA
 for submit <at> debbugs.gnu.org; Tue, 28 May 2019 20:37:34 -0400
Received: from lists.gnu.org ([209.51.188.17]:60540)
 by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.71) (envelope-from <root@HIDDEN>)
 id 1hVmau-00029M-EP
 for submit <at> debbugs.gnu.org; Tue, 28 May 2019 20:37:28 -0400
Received: from eggs.gnu.org ([209.51.188.92]:40989)
 by lists.gnu.org with esmtp (Exim 4.71)
 (envelope-from <root@HIDDEN>) id 1hVmat-0000dI-Ag
 for guix-patches@HIDDEN; Tue, 28 May 2019 20:37:28 -0400
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
X-Spam-Level: ****
X-Spam-Status: No, score=4.3 required=5.0 tests=BAYES_50,NO_DNS_FOR_FROM,
 RDNS_DYNAMIC,RECEIVED_FROM_WINDOWS_HOST autolearn=disabled version=3.3.2
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <root@HIDDEN>) id 1hVmas-00028M-Da
 for guix-patches@HIDDEN; Tue, 28 May 2019 20:37:27 -0400
Received: from 37.59.236.227.rdns.hasaserver.com ([37.59.236.227]:55902
 helo=hamzeh-VirtualBox.Home) by eggs.gnu.org with esmtp (Exim 4.71)
 (envelope-from <root@HIDDEN>) id 1hVmar-00027v-T2
 for guix-patches@HIDDEN; Tue, 28 May 2019 20:37:26 -0400
Received: by hamzeh-VirtualBox.Home (Postfix, from userid 0)
 id 6EF0F1A154B; Wed, 29 May 2019 05:07:25 +0430 (+0430)
From: "h.nasajpour" <h.nasajpour@HIDDEN>
To: guix-patches@HIDDEN
Subject: [PATCH 47/47] gnu: Add python-takethetime.
Date: Wed, 29 May 2019 05:07:24 +0430
Message-Id: <20190529003724.3464-1-h.nasajpour@HIDDEN>
X-Mailer: git-send-email 2.17.1
In-Reply-To: <h.nasajpour@HIDDEN>
References: <h.nasajpour@HIDDEN>
X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic]
X-Received-From: 37.59.236.227
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x
X-Spam-Score: -1.9 (-)
X-Debbugs-Envelope-To: submit
Cc: "h.nasajpour" <h.nasajpour@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.9 (--)

* 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





Acknowledgement sent to "h.nasajpour" <h.nasajpour@HIDDEN>:
New bug report received and forwarded. Copy sent to guix-patches@HIDDEN. Full text available.
Report forwarded to guix-patches@HIDDEN:
bug#35979; Package guix-patches. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Mon, 25 Nov 2019 12:00:02 UTC

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