Date: Wed, 5 Apr 2023 17:38:02 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: b089d6fd9739 - main - graphics/py-pointpats: Update to 2.3.0 Message-ID: <202304051738.335Hc2jh088557@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=b089d6fd9739b935e71aa94092e57e4551c99091 commit b089d6fd9739b935e71aa94092e57e4551c99091 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:17:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:43 +0000 graphics/py-pointpats: Update to 2.3.0 - Update WWW and clean up pkg-descr Changes: https://github.com/pysal/pointpats/releases --- graphics/py-pointpats/Makefile | 7 ++++--- graphics/py-pointpats/distinfo | 6 +++--- graphics/py-pointpats/pkg-descr | 2 -- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/graphics/py-pointpats/Makefile b/graphics/py-pointpats/Makefile index 3a6e57779b74..f829e80fd70e 100644 --- a/graphics/py-pointpats/Makefile +++ b/graphics/py-pointpats/Makefile @@ -1,12 +1,13 @@ PORTNAME= pointpats -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.0 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Methods and Functions for planar point pattern analysis -WWW= https://pointpats.readthedocs.io/en/latest/ +WWW= https://pointpats.readthedocs.io/en/latest/ \ + https://github.com/pysal/pointpats LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt @@ -15,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLA ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}scipy>=1.8.0:science/py-scipy@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils diff --git a/graphics/py-pointpats/distinfo b/graphics/py-pointpats/distinfo index 04196a06a9be..394b6c86a91b 100644 --- a/graphics/py-pointpats/distinfo +++ b/graphics/py-pointpats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609598741 -SHA256 (pointpats-2.2.0.tar.gz) = b844b18eb5184e8b3e98f97790bd3f0bc28cf20c164d858c1b7cfd09eddb2422 -SIZE (pointpats-2.2.0.tar.gz) = 55400 +TIMESTAMP = 1679498778 +SHA256 (pointpats-2.3.0.tar.gz) = de390f450f4b83f343855f67de15bc85228d9bee2fcecf80851dd01e47c1b556 +SIZE (pointpats-2.3.0.tar.gz) = 54313 diff --git a/graphics/py-pointpats/pkg-descr b/graphics/py-pointpats/pkg-descr index 877c62d427f3..d1ba510d3b4d 100644 --- a/graphics/py-pointpats/pkg-descr +++ b/graphics/py-pointpats/pkg-descr @@ -4,5 +4,3 @@ pointpats is an open-source python library for the statistical analysis of planar point patterns. It is a subpackage of PySAL (Python Spatial Analysis Library) and is under active development for the inclusion of many newly proposed analytics for point patterns. - -See also: https://github.com/pysal/pointpats
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051738.335Hc2jh088557>