1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add py-tobler 0.5.4

tobler is a library for areal interpolation and dasymetric mapping. The name is
an homage to the legendary geographer Waldo Tobler.

WWW: https://pysal.org/tobler/
WWW: https://github.com/pysal/tobler
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-01-03 19:58:24 +00:00
parent 07febaa62b
commit 9c6b482b20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560056
4 changed files with 39 additions and 0 deletions

View File

@ -294,6 +294,7 @@
SUBDIR += py-spaghetti
SUBDIR += py-spglib
SUBDIR += py-tensorflow
SUBDIR += py-tobler
SUBDIR += py-veusz
SUBDIR += pybrain
SUBDIR += pynn

View File

@ -0,0 +1,30 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= tobler
PORTVERSION= 0.5.4
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Areal Interpolation
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0:graphics/py-geopandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rasterio>=0:graphics/py-rasterio@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rasterstats>=0:graphics/py-rasterstats@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}statsmodels>=0:math/py-statsmodels@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1609598767
SHA256 (tobler-0.5.4.tar.gz) = 07945c0634ff57465e1f37515535751c358bcb03edab85840f6445b35afab137
SIZE (tobler-0.5.4.tar.gz) = 18572

View File

@ -0,0 +1,5 @@
tobler is a library for areal interpolation and dasymetric mapping. The name is
an homage to the legendary geographer Waldo Tobler.
WWW: https://pysal.org/tobler/
WWW: https://github.com/pysal/tobler