Date: Tue, 11 May 2021 21:52:07 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0d09940b03f6 - main - devel/py-arrow: Update to 1.1.0 Message-ID: <202105112152.14BLq7AX098082@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d09940b03f63364d1eb97b12e71bee7e4636ed2 commit 0d09940b03f63364d1eb97b12e71bee7e4636ed2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-11 21:15:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-05-11 21:47:06 +0000 devel/py-arrow: Update to 1.1.0 Changes: https://github.com/arrow-py/arrow/releases --- devel/py-arrow/Makefile | 10 ++++++++-- devel/py-arrow/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/devel/py-arrow/Makefile b/devel/py-arrow/Makefile index 71c57fa50254..b06f6695fb90 100644 --- a/devel/py-arrow/Makefile +++ b/devel/py-arrow/Makefile @@ -1,7 +1,7 @@ # Created by: Grzegorz Blach <gblach@FreeBSD.org> PORTNAME= arrow -PORTVERSION= 0.17.0 +PORTVERSION= 1.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,4 +18,10 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 3800 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/devel/py-arrow/distinfo b/devel/py-arrow/distinfo index 88d7a1fc8816..3cb3d10cc417 100644 --- a/devel/py-arrow/distinfo +++ b/devel/py-arrow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1602317867 -SHA256 (arrow-0.17.0.tar.gz) = ff08d10cda1d36c68657d6ad20d74fbea493d980f8b2d45344e00d6ed2bf6ed4 -SIZE (arrow-0.17.0.tar.gz) = 97411 +TIMESTAMP = 1620405387 +SHA256 (arrow-1.1.0.tar.gz) = b8fe13abf3517abab315e09350c903902d1447bd311afbc17547ba1cb3ff5bd8 +SIZE (arrow-1.1.0.tar.gz) = 109692
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105112152.14BLq7AX098082>