2014-09-04 18:24:31 +02:00
|
|
|
PORTNAME= pysal
|
2023-05-27 06:09:56 +02:00
|
|
|
PORTVERSION= 23.1
|
2014-09-04 18:24:31 +02:00
|
|
|
CATEGORIES= science python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2014-09-04 18:24:31 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Cross-platform library of spatial analysis functions
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://pysal.org/
|
2014-09-04 18:24:31 +02:00
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
2015-10-04 19:59:41 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
2014-09-04 18:24:31 +02:00
|
|
|
|
2022-08-27 12:24:53 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}access>=1.1.8:science/py-access@${PY_FLAVOR} \
|
2021-09-19 07:30:36 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}esda>=2.4.1:science/py-esda@${PY_FLAVOR} \
|
2021-02-01 20:35:52 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}giddy>=2.3.3:graphics/py-giddy@${PY_FLAVOR} \
|
2021-01-03 21:16:04 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}inequality>=1.0.0:science/py-inequality@${PY_FLAVOR} \
|
2023-05-27 06:09:56 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}libpysal>=4.7.0:science/py-libpysal@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}mapclassify>=2.5.0:graphics/py-mapclassify@${PY_FLAVOR} \
|
2021-08-08 16:36:56 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}mgwr>=2.1.2:graphics/py-mgwr@${PY_FLAVOR} \
|
2023-05-27 06:09:56 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}momepy>=0.5.4:graphics/py-momepy@${PY_FLAVOR} \
|
2021-02-01 20:35:52 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}pointpats>=2.2.0:graphics/py-pointpats@${PY_FLAVOR} \
|
2022-08-27 12:24:53 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}segregation>=2.3.1:science/py-segregation@${PY_FLAVOR} \
|
2023-05-27 06:09:56 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}spaghetti>=1.7.2:science/py-spaghetti@${PY_FLAVOR} \
|
2021-08-08 16:36:56 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}spglm>=1.0.8:math/py-spglm@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}spint>=1.0.7:math/py-spint@${PY_FLAVOR} \
|
2022-08-27 12:24:53 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}splot>=1.1.5.post1:math/py-splot@${PY_FLAVOR} \
|
2023-05-27 06:09:56 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}spopt>=0.5.0:math/py-spopt@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}spreg>=1.3.0:math/py-spreg@${PY_FLAVOR} \
|
2021-01-03 21:16:04 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}spvcm>=0.3.0:math/py-spvcm@${PY_FLAVOR} \
|
2022-03-07 18:56:24 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}tobler>=0.8.2:science/py-tobler@${PY_FLAVOR}
|
2014-09-04 18:24:31 +02:00
|
|
|
|
2023-06-15 00:00:28 +02:00
|
|
|
USES= python
|
2018-11-17 18:32:14 +01:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2014-09-04 18:24:31 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|