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
This commit is contained in:
parent
a823af8c9f
commit
3b36b5e1d8
2 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue