summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-06-14 14:12:57 +0000
committerrodent <rodent@pkgsrc.org>2014-06-14 14:12:57 +0000
commita4c007d0f62991bd68e2d0ecbee43118bb421660 (patch)
treeffc66024bed254b3d8b2efaaa7ed81ac18216704 /time
parentcc7d42fd9f6db14c687440ad03562e60c5ae936e (diff)
downloadpkgsrc-a4c007d0f62991bd68e2d0ecbee43118bb421660.tar.gz
Import py27-arrow-0.4.2 as time/py-arrow.
Arrow is a Python library that offers a sensible, human-friendly approach to creating, manipulating, formatting and converting dates, times, and timestamps It implements and updates the datetime type, plugging gaps in functionality, and provides an intelligent module API that supports many common creation scenarios Simply put, it helps you work with dates and times with fewer imports and a lot less code.
Diffstat (limited to 'time')
-rw-r--r--time/py-arrow/DESCR6
-rw-r--r--time/py-arrow/Makefile19
-rw-r--r--time/py-arrow/PLIST31
-rw-r--r--time/py-arrow/distinfo5
4 files changed, 61 insertions, 0 deletions
diff --git a/time/py-arrow/DESCR b/time/py-arrow/DESCR
new file mode 100644
index 00000000000..64ddb95e049
--- /dev/null
+++ b/time/py-arrow/DESCR
@@ -0,0 +1,6 @@
+Arrow is a Python library that offers a sensible, human-friendly approach to
+creating, manipulating, formatting and converting dates, times, and timestamps
+It implements and updates the datetime type, plugging gaps in functionality, and
+provides an intelligent module API that supports many common creation scenarios
+Simply put, it helps you work with dates and times with fewer imports and
+a lot less code.
diff --git a/time/py-arrow/Makefile b/time/py-arrow/Makefile
new file mode 100644
index 00000000000..4124584ce61
--- /dev/null
+++ b/time/py-arrow/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2014/06/14 14:12:57 rodent Exp $
+
+DISTNAME= arrow-0.4.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= python time
+MASTER_SITES= https://pypi.python.org/packages/source/a/arrow/
+
+MAINTAINER= kamelderouiche@yahoo.com
+HOMEPAGE= http://crsmithdev.com/arrow/
+COMMENT= Better dates and times for Python
+LICENSE= apache-2.0
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONED_DEPENDENCIES+= dateutil
+
+.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/time/py-arrow/PLIST b/time/py-arrow/PLIST
new file mode 100644
index 00000000000..9f1c1a0daf9
--- /dev/null
+++ b/time/py-arrow/PLIST
@@ -0,0 +1,31 @@
+@comment $NetBSD: PLIST,v 1.1 2014/06/14 14:12:57 rodent Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/arrow/__init__.py
+${PYSITELIB}/arrow/__init__.pyc
+${PYSITELIB}/arrow/__init__.pyo
+${PYSITELIB}/arrow/api.py
+${PYSITELIB}/arrow/api.pyc
+${PYSITELIB}/arrow/api.pyo
+${PYSITELIB}/arrow/arrow.py
+${PYSITELIB}/arrow/arrow.pyc
+${PYSITELIB}/arrow/arrow.pyo
+${PYSITELIB}/arrow/factory.py
+${PYSITELIB}/arrow/factory.pyc
+${PYSITELIB}/arrow/factory.pyo
+${PYSITELIB}/arrow/formatter.py
+${PYSITELIB}/arrow/formatter.pyc
+${PYSITELIB}/arrow/formatter.pyo
+${PYSITELIB}/arrow/locales.py
+${PYSITELIB}/arrow/locales.pyc
+${PYSITELIB}/arrow/locales.pyo
+${PYSITELIB}/arrow/parser.py
+${PYSITELIB}/arrow/parser.pyc
+${PYSITELIB}/arrow/parser.pyo
+${PYSITELIB}/arrow/util.py
+${PYSITELIB}/arrow/util.pyc
+${PYSITELIB}/arrow/util.pyo
diff --git a/time/py-arrow/distinfo b/time/py-arrow/distinfo
new file mode 100644
index 00000000000..7326a126c81
--- /dev/null
+++ b/time/py-arrow/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/06/14 14:12:57 rodent Exp $
+
+SHA1 (arrow-0.4.2.tar.gz) = 0a032a1a093ddf88fbf46b2d98c2183f7a67b213
+RMD160 (arrow-0.4.2.tar.gz) = 21d077db1401f4d58fa0fc178436948a73d4ecd5
+Size (arrow-0.4.2.tar.gz) = 19731 bytes