Date: Fri, 26 Jun 2026 20:51:05 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 20d372c69c27 - main - science/py-tobler: Update to 0.14.0 Message-ID: <6a3ee639.1f32e.1ad6d815@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=20d372c69c27ca93ed9a025242dfd4b891c03781 commit 20d372c69c27ca93ed9a025242dfd4b891c03781 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-06-26 20:45:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-06-26 20:45:16 +0000 science/py-tobler: Update to 0.14.0 - Update pkg-descr Changes: https://github.com/pysal/tobler/releases --- science/py-tobler/Makefile | 8 ++++---- science/py-tobler/distinfo | 6 +++--- science/py-tobler/pkg-descr | 15 +++++++++++++-- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/science/py-tobler/Makefile b/science/py-tobler/Makefile index 132f85bcc0d9..502c969e95c2 100644 --- a/science/py-tobler/Makefile +++ b/science/py-tobler/Makefile @@ -1,6 +1,5 @@ PORTNAME= tobler -PORTVERSION= 0.13.0 -PORTREVISION= 4 +PORTVERSION= 0.14.0 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=1.0:graphics/py-geopandas@${PY_FL ${PYTHON_PKGNAMEPREFIX}statsmodels>=0.14:math/py-statsmodels@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.67:misc/py-tqdm@${PY_FLAVOR} -USES= python:3.11+ +USES= python:3.12+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes @@ -37,6 +36,7 @@ PLUS_DESC= Extra features PLUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>=0,2:astro/py-astropy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dask-geopandas>=0:devel/py-dask-geopandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}h3>=0:graphics/py-h3@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}h3>=0:graphics/py-h3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pointpats>=0:graphics/py-pointpats@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/science/py-tobler/distinfo b/science/py-tobler/distinfo index f7b782ab8034..8514ce568f94 100644 --- a/science/py-tobler/distinfo +++ b/science/py-tobler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1768625735 -SHA256 (tobler-0.13.0.tar.gz) = 8aac24aeb963151eb31cee6f24e6b9a83f7fc9ae0d4b92f08d7716308861ede9 -SIZE (tobler-0.13.0.tar.gz) = 13607466 +TIMESTAMP = 1780751970 +SHA256 (tobler-0.14.0.tar.gz) = 9d199bee5f14fed64ef392700e15ea72dfb68543f2293b505071ee6d2f62efe9 +SIZE (tobler-0.14.0.tar.gz) = 4689217 diff --git a/science/py-tobler/pkg-descr b/science/py-tobler/pkg-descr index f9f8fc74860e..155db325793f 100644 --- a/science/py-tobler/pkg-descr +++ b/science/py-tobler/pkg-descr @@ -1,2 +1,13 @@ -tobler is a library for areal interpolation and dasymetric mapping. The name is -an homage to the legendary geographer Waldo Tobler. +tobler is a python package for areal interpolation, dasymetric mapping, change +of support, and small area estimation. It provides a suite of tools with a +simple interface for transferring data from one polygonal representation to +another. Common examples include standardizing census data from different time +periods to a single representation (i.e. to overcome boundary changes in +successive years), or the conversion of data collected at different spatial +scales into shared units of analysis (e.g. converting zip code and neighborhood +data into a regular grid). tobler is part of the PySAL family of packages for +spatial data science and provides highly performant implementations of basic and +advanced interpolation methods, leveraging shapely to optimize for multicore +architecture. The package name is an homage to the legendary quantitative +geographer Waldo Tobler, a pioneer in geographic interpolation methods, spatial +analysis, and computational social science.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3ee639.1f32e.1ad6d815>
