diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-22 04:47:39 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-22 04:47:39 +0800 |
commit | 188d8d9fe5e9de39711df06148d3222aff787dee (patch) | |
tree | f471fbd67ae28aa57c8c5ec0c2619ab98e19edc3 /devel/py-arrow | |
parent | 00c4df10c82bd4e15806bc349e78083abc9051ec (diff) | |
download | freebsd-ports-gnome-188d8d9fe5e9de39711df06148d3222aff787dee.tar.gz freebsd-ports-gnome-188d8d9fe5e9de39711df06148d3222aff787dee.tar.zst freebsd-ports-gnome-188d8d9fe5e9de39711df06148d3222aff787dee.zip |
Add NO_ARCH
- Update pkg-descr
- Update WWW
- Take maintainership
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 |