1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

graphics/py-pointpats: Update to 2.3.0

- Update WWW and clean up pkg-descr

Changes:	https://github.com/pysal/pointpats/releases
This commit is contained in:
Po-Chuan Hsieh 2023-04-06 01:17:34 +08:00
parent a9d3785b72
commit b089d6fd97
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 7 additions and 8 deletions

View File

@ -1,12 +1,13 @@
PORTNAME= pointpats PORTNAME= pointpats
PORTVERSION= 2.2.0 PORTVERSION= 2.3.0
CATEGORIES= graphics python CATEGORIES= graphics python
MASTER_SITES= PYPI MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Methods and Functions for planar point pattern analysis 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= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt 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}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${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}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+ USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils USE_PYTHON= autoplist concurrent distutils

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1609598741 TIMESTAMP = 1679498778
SHA256 (pointpats-2.2.0.tar.gz) = b844b18eb5184e8b3e98f97790bd3f0bc28cf20c164d858c1b7cfd09eddb2422 SHA256 (pointpats-2.3.0.tar.gz) = de390f450f4b83f343855f67de15bc85228d9bee2fcecf80851dd01e47c1b556
SIZE (pointpats-2.2.0.tar.gz) = 55400 SIZE (pointpats-2.3.0.tar.gz) = 54313

View File

@ -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 planar point patterns. It is a subpackage of PySAL (Python Spatial Analysis
Library) and is under active development for the inclusion of many newly Library) and is under active development for the inclusion of many newly
proposed analytics for point patterns. proposed analytics for point patterns.
See also: https://github.com/pysal/pointpats