[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/23: gnu: Add python2-parsedatetime.
From: |
David Thompson |
Subject: |
21/23: gnu: Add python2-parsedatetime. |
Date: |
Fri, 04 Dec 2015 18:19:56 +0000 |
davexunit pushed a commit to branch wip-lets-encrypt
in repository guix.
commit a0c064a589c2978b0f23e86c417996eb28cec69a
Author: Leo Famulari <address@hidden>
Date: Wed Nov 11 04:30:47 2015 -0500
gnu: Add python2-parsedatetime.
* gnu/packages/python.scm (python2-parsedatetime): New variable.
---
gnu/packages/python.scm | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7c77990..76b7d95 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -980,6 +980,9 @@ datetime module, available in Python 2.3+.")
"Parse human-readable date/time text.")
(license asl2.0)))
+(define-public python2-parsedatetime
+ (package-with-python2 python-parsedatetime))
+
(define-public python-pandas
(package
(name "python-pandas")
- 11/23: gnu: Add python-zope-security., (continued)
- 11/23: gnu: Add python-zope-security., David Thompson, 2015/12/04
- 05/23: gnu: Add python-zope-testrunner., David Thompson, 2015/12/04
- 12/23: gnu: Add python-zope-component., David Thompson, 2015/12/04
- 16/23: gnu: Add dialog., David Thompson, 2015/12/04
- 15/23: gnu: Add python-configobj., David Thompson, 2015/12/04
- 13/23: gnu: Add python-pyrfc3339., David Thompson, 2015/12/04
- 19/23: gnu: Add python-ndg-httpsclient., David Thompson, 2015/12/04
- 14/23: gnu: Add python-werkzeug., David Thompson, 2015/12/04
- 17/23: gnu: Add python2-pythondialog., David Thompson, 2015/12/04
- 18/23: gnu: Add python-configargparse., David Thompson, 2015/12/04
- 21/23: gnu: Add python2-parsedatetime.,
David Thompson <=
- 22/23: gnu: Add acme., David Thompson, 2015/12/04
- 23/23: gnu: Add lets-encrypt., David Thompson, 2015/12/04
- 20/23: gnu: python-parsedatetime: Update to 1.5., David Thompson, 2015/12/04