Date: Thu, 16 Jun 2022 14:06:21 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: 3b36b5e1d8a5 - main - math/py-splot: Update to 1.1.5.post1 Message-ID: <202206161406.25GE6L6w013955@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=3b36b5e1d8a58765cbd11c2cf8cf03c2d574b9c1 commit 3b36b5e1d8a58765cbd11c2cf8cf03c2d574b9c1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-16 14:00:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-16 14:00:01 +0000 math/py-splot: Update to 1.1.5.post1 - Update USES=python: math/py-numpy requires Python 3.8+ Changes: https://github.com/pysal/splot/releases --- math/py-splot/Makefile | 7 +++---- math/py-splot/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/math/py-splot/Makefile b/math/py-splot/Makefile index ee1a11445167..090928394742 100644 --- a/math/py-splot/Makefile +++ b/math/py-splot/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= splot -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.5.post1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,7 @@ COMMENT= Visual analytics for spatial analysis with PySAL LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}descartes>=0:graphics/py-descartes@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}esda>=0:science/py-esda@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}esda>=0:science/py-esda@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}geopandas>=0.4.0:graphics/py-geopandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}giddy>=0:graphics/py-giddy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \ @@ -23,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}descartes>=0:graphics/py-descartes@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}seaborn>=0:math/py-seaborn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR} -USES= python:3.7+ +USES= python:3.8+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/math/py-splot/distinfo b/math/py-splot/distinfo index f30fd2a33d1d..1990b74a7be5 100644 --- a/math/py-splot/distinfo +++ b/math/py-splot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628103138 -SHA256 (splot-1.1.4.tar.gz) = 48b1ec150cae4efe6f06d01e8c61f1726d29be569d3e6c2a59854c190ed66739 -SIZE (splot-1.1.4.tar.gz) = 34655 +TIMESTAMP = 1655208294 +SHA256 (splot-1.1.5.post1.tar.gz) = 86a2bb0259996bc643a30535a280b3ccb902697dddb65c0de91b3ad4046f2e90 +SIZE (splot-1.1.5.post1.tar.gz) = 52499
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206161406.25GE6L6w013955>