[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/23: gnu: Add python-pyrfc3339.
From: |
David Thompson |
Subject: |
13/23: gnu: Add python-pyrfc3339. |
Date: |
Sat, 05 Dec 2015 14:50:51 +0000 |
davexunit pushed a commit to branch master
in repository guix.
commit 3859ac12d6a5648d8cfc7d521218c0d582b6d4c5
Author: Leo Famulari <address@hidden>
Date: Sun Nov 8 03:28:34 2015 -0500
gnu: Add python-pyrfc3339.
* gnu/packages/python.scm (python-pyrfc3339, python2-pyrfc3339): New
variables.
---
gnu/packages/python.scm | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d6b43fd..6923724 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6341,3 +6341,30 @@ facilities for defining, registering and looking up
components.")
(define-public python2-zope-component
(package-with-python2 python-zope-component))
+
+(define-public python-pyrfc3339
+ (package
+ (name "python-pyrfc3339")
+ (version "0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://pypi.python.org/packages/source/p/"
+ "pyRFC3339/pyRFC3339-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1pp648xsjaw9h1xq2mgwzda5wis2ypjmzxlksc1a8grnrdmzy155"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-pytz" ,python-pytz)))
+ (native-inputs
+ `(("python-nose" ,python-nose)
+ ("python-setuptools" ,python-setuptools)))
+ (home-page "https://github.com/kurtraschke/pyRFC3339")
+ (synopsis "Python timestamp library")
+ (description "Python library for generating and parsing RFC 3339-compliant
+timestamps.")
+ (license license:expat)))
+
+(define-public python2-pyrfc3339
+ (package-with-python2 python-pyrfc3339))
- 01/23: gnu: Add python-zope-event., (continued)
- 01/23: gnu: Add python-zope-event., David Thompson, 2015/12/05
- 03/23: gnu: Add python-zope-exceptions., David Thompson, 2015/12/05
- 05/23: gnu: Add python-zope-testrunner., David Thompson, 2015/12/05
- 04/23: gnu: Add python-zope-testing., David Thompson, 2015/12/05
- 08/23: gnu: Add python-zope-configuration., David Thompson, 2015/12/05
- 09/23: gnu: Add python-zope-proxy., David Thompson, 2015/12/05
- 06/23: gnu: Add python-zope-i18nmessageid., David Thompson, 2015/12/05
- 07/23: gnu: Add python-zope-schema., David Thompson, 2015/12/05
- 10/23: gnu: Add python-zope-location., David Thompson, 2015/12/05
- 11/23: gnu: Add python-zope-security., David Thompson, 2015/12/05
- 13/23: gnu: Add python-pyrfc3339.,
David Thompson <=
- 12/23: gnu: Add python-zope-component., David Thompson, 2015/12/05
- 14/23: gnu: Add python-werkzeug., David Thompson, 2015/12/05
- 16/23: gnu: Add dialog., David Thompson, 2015/12/05
- 17/23: gnu: Add python2-pythondialog., David Thompson, 2015/12/05
- 21/23: gnu: Add python2-parsedatetime., David Thompson, 2015/12/05
- 20/23: gnu: python-parsedatetime: Update to 1.5., David Thompson, 2015/12/05
- 15/23: gnu: Add python-configobj., David Thompson, 2015/12/05
- 18/23: gnu: Add python-configargparse., David Thompson, 2015/12/05
- 19/23: gnu: Add python-ndg-httpsclient., David Thompson, 2015/12/05
- 22/23: gnu: Add acme., David Thompson, 2015/12/05