Date: Sun, 21 Jul 2019 20:47:40 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507087 - head/devel/py-arrow Message-ID: <201907212047.x6LKleFQ056389@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jul 21 20:47:39 2019 New Revision: 507087 URL: https://svnweb.freebsd.org/changeset/ports/507087 Log: Add NO_ARCH - Update pkg-descr - Update WWW - Take maintainership Modified: head/devel/py-arrow/Makefile head/devel/py-arrow/pkg-descr Modified: head/devel/py-arrow/Makefile ============================================================================== --- head/devel/py-arrow/Makefile Sun Jul 21 20:47:34 2019 (r507086) +++ head/devel/py-arrow/Makefile Sun Jul 21 20:47:39 2019 (r507087) @@ -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> Modified: head/devel/py-arrow/pkg-descr ============================================================================== --- head/devel/py-arrow/pkg-descr Sun Jul 21 20:47:34 2019 (r507086) +++ head/devel/py-arrow/pkg-descr Sun Jul 21 20:47:39 2019 (r507087) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907212047.x6LKleFQ056389>