pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/py-iso8601 Import py27-iso8601-0.1.10 as time/py-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b8fb4418bfa
branches:  trunk
changeset: 632480:6b8fb4418bfa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 31 08:10:05 2014 +0000

description:
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:

 time/py-iso8601/DESCR    |   2 ++
 time/py-iso8601/Makefile |  16 ++++++++++++++++
 time/py-iso8601/PLIST    |  14 ++++++++++++++
 time/py-iso8601/distinfo |   5 +++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 07d29ee025b2 -r 6b8fb4418bfa time/py-iso8601/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-iso8601/DESCR     Mon Mar 31 08:10:05 2014 +0000
@@ -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 -r 07d29ee025b2 -r 6b8fb4418bfa time/py-iso8601/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-iso8601/Makefile  Mon Mar 31 08:10:05 2014 +0000
@@ -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@localhost
+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 -r 07d29ee025b2 -r 6b8fb4418bfa time/py-iso8601/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-iso8601/PLIST     Mon Mar 31 08:10:05 2014 +0000
@@ -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 -r 07d29ee025b2 -r 6b8fb4418bfa time/py-iso8601/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-iso8601/distinfo  Mon Mar 31 08:10:05 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index