svn commit: r560056 - in head/science: . py-tobler
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 3 19:58:29 UTC 2021
Author: sunpoet
Date: Sun Jan 3 19:58:24 2021
New Revision: 560056
URL: https://svnweb.freebsd.org/changeset/ports/560056
Log:
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
Added:
head/science/py-tobler/
head/science/py-tobler/Makefile (contents, props changed)
head/science/py-tobler/distinfo (contents, props changed)
head/science/py-tobler/pkg-descr (contents, props changed)
Modified:
head/science/Makefile
Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile Sun Jan 3 19:58:19 2021 (r560055)
+++ head/science/Makefile Sun Jan 3 19:58:24 2021 (r560056)
@@ -294,6 +294,7 @@
SUBDIR += py-spaghetti
SUBDIR += py-spglib
SUBDIR += py-tensorflow
+ SUBDIR += py-tobler
SUBDIR += py-veusz
SUBDIR += pybrain
SUBDIR += pynn
Added: head/science/py-tobler/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/science/py-tobler/Makefile Sun Jan 3 19:58:24 2021 (r560056)
@@ -0,0 +1,30 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= tobler
+PORTVERSION= 0.5.4
+CATEGORIES= science python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at 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>
Added: head/science/py-tobler/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/science/py-tobler/distinfo Sun Jan 3 19:58:24 2021 (r560056)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598767
+SHA256 (tobler-0.5.4.tar.gz) = 07945c0634ff57465e1f37515535751c358bcb03edab85840f6445b35afab137
+SIZE (tobler-0.5.4.tar.gz) = 18572
Added: head/science/py-tobler/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/science/py-tobler/pkg-descr Sun Jan 3 19:58:24 2021 (r560056)
@@ -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
More information about the svn-ports-all
mailing list