2022-03-07 18:46:44 +01:00
|
|
|
PORTNAME= momepy
|
2022-10-03 19:05:26 +02:00
|
|
|
PORTVERSION= 0.5.4
|
2023-04-23 11:09:58 +02:00
|
|
|
PORTREVISION= 2
|
2022-03-07 18:46:44 +01:00
|
|
|
CATEGORIES= graphics python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2022-03-07 18:46:44 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Urban Morphology Measuring Toolkit
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/pysal/momepy
|
2022-03-07 18:46:44 +01:00
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0.8.0:graphics/py-geopandas@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}libpysal>=4.2.0:science/py-libpysal@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}networkx>=2.3:math/py-networkx@${PY_FLAVOR} \
|
2022-04-18 01:44:46 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
|
2022-03-07 18:46:44 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}pygeos>=0:graphics/py-pygeos@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}tqdm>=4.27.0:misc/py-tqdm@${PY_FLAVOR}
|
|
|
|
|
2023-06-15 00:00:28 +02:00
|
|
|
USES= python
|
2022-03-07 18:46:44 +01:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|