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:
parent
a9d3785b72
commit
b089d6fd97
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user