unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35952] [PATCH] gnu: Add python-aniso8601.
@ 2019-05-28 12:05 h.nasajpour
  2019-12-10  6:27 ` bug#35952: " Brett Gilio
  0 siblings, 1 reply; 2+ messages in thread
From: h.nasajpour @ 2019-05-28 12:05 UTC (permalink / raw)
  To: 35952; +Cc: h.nasajpour

* gnu/packages/python-xyz.scm (python-aniso8601): New variable.
---
 gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ec49359314..91f94f239e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15391,3 +15391,21 @@ by Igor Pavlov.")
 
 (define-public python2-pylzma
   (package-with-python2 python-pylzma))
+
+(define-public python-aniso8601
+  (package
+  (name "python-aniso8601")
+    (version "6.0.0")
+    (source (origin
+      (method url-fetch)
+      (uri (pypi-uri "aniso8601" version))
+      (sha256 (base32 "1bylfskk08ahyma25i8w3mcd0kywpxqx6icv5p7m1z0i8srak9mq"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:tests? #f))
+    (home-page "https://bitbucket.org/nielsenb/aniso8601")
+    (synopsis "A library for parsing ISO 8601 strings.")
+    (description
+     "A library for parsing ISO 8601 strings.")
+    (license license:expat)))
+
-- 
2.17.1

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

end of thread, other threads:[~2019-12-10  6:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-28 12:05 [bug#35952] [PATCH] gnu: Add python-aniso8601 h.nasajpour
2019-12-10  6:27 ` bug#35952: " Brett Gilio

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).