summaryrefslogtreecommitdiff
path: root/time/py-arrow/Makefile
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
commite9c3b4b46d1a6b848b7745b08a9242106ab29cad (patch)
treeffc66024bed254b3d8b2efaaa7ed81ac18216704 /time/py-arrow/Makefile
parent0c66196c772133b033b7e2a535423e531d9729de (diff)
downloadpkgsrc-e9c3b4b46d1a6b848b7745b08a9242106ab29cad.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/py-arrow/Makefile')
-rw-r--r--time/py-arrow/Makefile19
1 files changed, 19 insertions, 0 deletions
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"