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

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:35:02 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:34:09 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue May 28 20:34:09 2019
Received: from localhost ([127.0.0.1]:57724 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1hVmXg-00062l-L8
	for submit <at> debbugs.gnu.org; Tue, 28 May 2019 20:34:08 -0400
Received: from eggs.gnu.org ([209.51.188.92]:53990)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <root@HIDDEN>) id 1hVmXf-00062N-Ad
 for submit <at> debbugs.gnu.org; Tue, 28 May 2019 20:34:07 -0400
Received: from lists.gnu.org ([209.51.188.17]:60649)
 by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.71) (envelope-from <root@HIDDEN>)
 id 1hVmXa-0007IW-6x
 for submit <at> debbugs.gnu.org; Tue, 28 May 2019 20:34:02 -0400
Received: from eggs.gnu.org ([209.51.188.92]:40137)
 by lists.gnu.org with esmtp (Exim 4.71)
 (envelope-from <root@HIDDEN>) id 1hVmXY-0006yw-Vg
 for guix-patches@HIDDEN; Tue, 28 May 2019 20:34:02 -0400
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
X-Spam-Level: ***
X-Spam-Status: No, score=3.5 required=5.0 tests=BAYES_40,NO_DNS_FOR_FROM,
 RDNS_DYNAMIC,RECEIVED_FROM_WINDOWS_HOST,URIBL_BLOCKED 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 1hVmXX-0007Ei-Uz
 for guix-patches@HIDDEN; Tue, 28 May 2019 20:34:00 -0400
Received: from 37.59.236.227.rdns.hasaserver.com ([37.59.236.227]:55879
 helo=hamzeh-VirtualBox.Home) by eggs.gnu.org with esmtp (Exim 4.71)
 (envelope-from <root@HIDDEN>) id 1hVmXX-0007DQ-DY
 for guix-patches@HIDDEN; Tue, 28 May 2019 20:33:59 -0400
Received: by hamzeh-VirtualBox.Home (Postfix, from userid 0)
 id 626591A154B; Wed, 29 May 2019 05:03:57 +0430 (+0430)
From: "h.nasajpour" <h.nasajpour@HIDDEN>
To: guix-patches@HIDDEN
Subject: [PATCH 39/47] gnu: Add python-relativetimebuilder.
Date: Wed, 29 May 2019 05:03:55 +0430
Message-Id: <20190529003355.2951-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/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





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#35971; 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.