summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-03-31 08:10:05 +0000
committerwiz <wiz@pkgsrc.org>2014-03-31 08:10:05 +0000
commit738829ac8bd6e41915a150247dbdd349a8e9284a (patch)
tree5bc40f0fa8c400369f775e2d8f28c3b98d72d072 /time
parented926f8277f2d8b6194f434523a2122a06557c11 (diff)
downloadpkgsrc-738829ac8bd6e41915a150247dbdd349a8e9284a.tar.gz
Import py27-iso8601-0.1.10 as time/py-iso8601.
This Python module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
Diffstat (limited to 'time')
-rw-r--r--time/py-iso8601/DESCR2
-rw-r--r--time/py-iso8601/Makefile16
-rw-r--r--time/py-iso8601/PLIST14
-rw-r--r--time/py-iso8601/distinfo5
4 files changed, 37 insertions, 0 deletions
diff --git a/time/py-iso8601/DESCR b/time/py-iso8601/DESCR
new file mode 100644
index 00000000000..cb4da102504
--- /dev/null
+++ b/time/py-iso8601/DESCR
@@ -0,0 +1,2 @@
+This Python module parses the most common forms of ISO 8601 date
+strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
diff --git a/time/py-iso8601/Makefile b/time/py-iso8601/Makefile
new file mode 100644
index 00000000000..411459e8256
--- /dev/null
+++ b/time/py-iso8601/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2014/03/31 08:10:05 wiz Exp $
+
+DISTNAME= iso8601-0.1.10
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= time python
+MASTER_SITES= https://pypi.python.org/packages/source/i/iso8601/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://pypi.python.org/pypi/iso8601/
+COMMENT= Simple Python module to parse ISO 8601 dates
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/time/py-iso8601/PLIST b/time/py-iso8601/PLIST
new file mode 100644
index 00000000000..4e832eb5768
--- /dev/null
+++ b/time/py-iso8601/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2014/03/31 08:10:05 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/iso8601/__init__.py
+${PYSITELIB}/iso8601/__init__.pyc
+${PYSITELIB}/iso8601/__init__.pyo
+${PYSITELIB}/iso8601/iso8601.py
+${PYSITELIB}/iso8601/iso8601.pyc
+${PYSITELIB}/iso8601/iso8601.pyo
+${PYSITELIB}/iso8601/test_iso8601.py
+${PYSITELIB}/iso8601/test_iso8601.pyc
+${PYSITELIB}/iso8601/test_iso8601.pyo
diff --git a/time/py-iso8601/distinfo b/time/py-iso8601/distinfo
new file mode 100644
index 00000000000..a66e598cc73
--- /dev/null
+++ b/time/py-iso8601/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/03/31 08:10:05 wiz Exp $
+
+SHA1 (iso8601-0.1.10.tar.gz) = 523f48ec579c49c0c1496c094282b684e07d4b36
+RMD160 (iso8601-0.1.10.tar.gz) = dab2bd109891c7c76340dc6a5a18a86c5c95eee4
+Size (iso8601-0.1.10.tar.gz) = 8405 bytes