GNU bug report logs - #30369
[PATCH] gnu: Add python-isoweek.

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Tue, 6 Feb 2018 10:56:01 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

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 30369 in the body.
You can then email your comments to 30369 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#30369; Package guix-patches. (Tue, 06 Feb 2018 10:56:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Konrad Hinsen <konrad.hinsen <at> fastmail.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 06 Feb 2018 10:56:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add python-isoweek.
Date: Tue, 6 Feb 2018 11:52:42 +0100
* gnu/packages/python.scm (python-isoweek, python2-isoweek): New variables.
---
 gnu/packages/python.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9483ad6b1..fddbe6af0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12417,3 +12417,26 @@ style guide, even if the original code didn't violate the style guide.")
 
 (define-public python2-yapf
   (package-with-python2 python-yapf))
+
+(define-public python-isoweek
+  (package
+    (name "python-isoweek")
+    (version "1.3.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "isoweek" version))
+       (sha256
+        (base32
+         "1s7zsf0pab0l9gn6456qadnz5i5h90hafcjwnhx5mq23qjxggwvk"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/gisle/isoweek")
+    (synopsis "Objects representing a week")
+    (description "The isoweek module provide the class Week that implements
+the week definition of ISO 8601.  This standard also define a notation
+for identifying weeks; yyyyWww (where the “W” is a literal).  Week instances
+stringify to this form.")
+    (license license:bsd-3)))
+
+(define-public python2-isoweek
+  (package-with-python2 python-isoweek))
-- 
2.14.3 (Apple Git-98)





bug closed, send any further explanations to 30369 <at> debbugs.gnu.org and Konrad Hinsen <konrad.hinsen <at> fastmail.net> Request was from Danny Milosavljevic <dannym <at> scratchpost.org> to control <at> debbugs.gnu.org. (Tue, 06 Feb 2018 11:10:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#30369; Package guix-patches. (Tue, 06 Feb 2018 11:15:01 GMT) Full text and rfc822 format available.

Message #10 received at 30369-done <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: 30369-done <at> debbugs.gnu.org
Subject: Re: [bug#30369] [PATCH] gnu: Add python-isoweek.
Date: Tue, 6 Feb 2018 12:14:41 +0100
Hi,

thanks for the patch!  Pushed to master as 4283653cb02d67de186fc632e88eed74587e8546.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 06 Mar 2018 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 107 days ago.

Previous Next


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