diff options
Diffstat (limited to 'devel/py-arrow')
-rw-r--r-- | devel/py-arrow/Makefile | 8 | ||||
-rw-r--r-- | devel/py-arrow/pkg-descr | 16 |
2 files changed, 14 insertions, 10 deletions
diff --git a/devel/py-arrow/Makefile b/devel/py-arrow/Makefile index 8b2bf7fa31c8..ddb7e782fe96 100644 --- a/devel/py-arrow/Makefile +++ b/devel/py-arrow/Makefile @@ -7,16 +7,18 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Better dates and times for Python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.pre.mk> diff --git a/devel/py-arrow/pkg-descr b/devel/py-arrow/pkg-descr index 3d91a10f381c..17b75964e4c7 100644 --- a/devel/py-arrow/pkg-descr +++ b/devel/py-arrow/pkg-descr @@ -1,8 +1,10 @@ -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. +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. -WWW: https://arrow.readthedocs.org/en/latest/ +Arrow is heavily inspired by moment.js and requests. + +WWW: https://github.com/crsmithdev/arrow |