2014-09-04 18:24:31 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pysal
|
2021-01-03 21:16:04 +01:00
|
|
|
PORTVERSION= 2.2.0
|
2014-09-04 18:24:31 +02:00
|
|
|
CATEGORIES= science python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Cross-platform library of spatial analysis functions
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
2015-10-04 19:59:41 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
2014-09-04 18:24:31 +02:00
|
|
|
|
2021-01-03 21:16:04 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}esda>=2.2.1:science/py-esda@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}giddy>=2.3.0:graphics/py-giddy@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}inequality>=1.0.0:science/py-inequality@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}libpysal>=4.2.2:science/py-libpysal@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}mapclassify>=2.2.0:graphics/py-mapclassify@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}mgwr>=2.1.1:graphics/py-mgwr@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}pointpats>=2.1.0:graphics/py-pointpats@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}segregation>=1.2.0:science/py-segregation@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}spaghetti>=1.4.1:science/py-spaghetti@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}spglm>=1.0.7:math/py-spglm@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}spint>=1.0.6:math/py-spint@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}splot>=1.1.2:math/py-splot@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}spreg>=1.0.4:math/py-spreg@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}spvcm>=0.3.0:math/py-spvcm@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}tobler>=0.2.0:science/py-tobler@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}urllib3>=0,1:net/py-urllib3@${PY_FLAVOR}
|
2014-09-04 18:24:31 +02:00
|
|
|
|
2021-01-03 21:16:04 +01:00
|
|
|
USES= python:3.7+
|
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>
|