aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-11 21:15:47 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-11 21:47:06 +0000
commit0d09940b03f63364d1eb97b12e71bee7e4636ed2 (patch)
tree23e9fafd8c434015b69616d983408bba35d7279d
parent7a61a5fb423409e8490235441f57de65806728a1 (diff)
downloadports-0d09940b03f63364d1eb97b12e71bee7e4636ed2.tar.gz
ports-0d09940b03f63364d1eb97b12e71bee7e4636ed2.zip
devel/py-arrow: Update to 1.1.0
-rw-r--r--devel/py-arrow/Makefile10
-rw-r--r--devel/py-arrow/distinfo6
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