all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30369] [PATCH] gnu: Add python-isoweek.
@ 2018-02-06 10:52 Konrad Hinsen
  2018-02-06 11:14 ` Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2018-02-06 10:52 UTC (permalink / raw)
  To: 30369

* 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)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#30369] [PATCH] gnu: Add python-isoweek.
  2018-02-06 10:52 [bug#30369] [PATCH] gnu: Add python-isoweek Konrad Hinsen
@ 2018-02-06 11:14 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2018-02-06 11:14 UTC (permalink / raw)
  To: Konrad Hinsen; +Cc: 30369-done

Hi,

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-06 11:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-06 10:52 [bug#30369] [PATCH] gnu: Add python-isoweek Konrad Hinsen
2018-02-06 11:14 ` Danny Milosavljevic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.