2021-02-03 20:46:13 +01:00
|
|
|
PORTNAME= spopt
|
2023-01-30 13:33:08 +01:00
|
|
|
PORTVERSION= 0.5.0
|
2023-04-23 11:09:58 +02:00
|
|
|
PORTREVISION= 1
|
2021-02-03 20:46:13 +01:00
|
|
|
CATEGORIES= math python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2021-02-03 20:46:13 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Spatial Optimization in PySAL
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/pysal/spopt
|
2021-02-03 20:46:13 +01:00
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
|
2023-01-30 13:33:08 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0.10.0:graphics/py-geopandas@${PY_FLAVOR} \
|
2021-02-03 20:46:13 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}networkx>=0.1:math/py-networkx@${PY_FLAVOR} \
|
2023-01-30 13:33:08 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}numpy>=1.21,1:math/py-numpy@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}pandas>=1.0.5,1:math/py-pandas@${PY_FLAVOR} \
|
2021-02-03 20:46:13 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}PuLP>=0:math/py-PuLP@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.22:science/py-scikit-learn@${PY_FLAVOR} \
|
2023-01-30 13:33:08 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}scipy>=1.3.2:science/py-scipy@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}spaghetti>=0:science/py-spaghetti@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}tqdm>=4.27.0:misc/py-tqdm@${PY_FLAVOR}
|
2021-02-03 20:46:13 +01:00
|
|
|
|
2023-06-15 00:00:28 +02:00
|
|
|
USES= python
|
2021-02-03 20:46:13 +01:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|