git: 961e7c1b1690 - main - graphics/py-giddy: Allow build with py-esda 2.9+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Apr 2026 22:04:51 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=961e7c1b169074a836e0ac038c9f193d9a7055b0
commit 961e7c1b169074a836e0ac038c9f193d9a7055b0
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:25:39 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:52:38 +0000
graphics/py-giddy: Allow build with py-esda 2.9+
- Bump PORTREVISION for package change
---
graphics/py-giddy/Makefile | 3 ++-
graphics/py-giddy/files/patch-pyproject.toml | 18 ++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/graphics/py-giddy/Makefile b/graphics/py-giddy/Makefile
index 3bc2da198d5b..3499b1414cf5 100644
--- a/graphics/py-giddy/Makefile
+++ b/graphics/py-giddy/Makefile
@@ -1,5 +1,6 @@
PORTNAME= giddy
PORTVERSION= 2.3.8
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}esda>=2.7<2.9:science/py-esda@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}esda>=2.7:science/py-esda@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}libpysal>=4.12:science/py-libpysal@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mapclassify>=2.7:graphics/py-mapclassify@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \
diff --git a/graphics/py-giddy/files/patch-pyproject.toml b/graphics/py-giddy/files/patch-pyproject.toml
new file mode 100644
index 000000000000..eeca25d5e345
--- /dev/null
+++ b/graphics/py-giddy/files/patch-pyproject.toml
@@ -0,0 +1,18 @@
+--- pyproject.toml.orig 2025-12-05 17:06:52 UTC
++++ pyproject.toml
+@@ -23,7 +23,7 @@ dependencies = [
+ ]
+ requires-python = ">=3.11"
+ dependencies = [
+- "esda>=2.7, <2.9",
++ "esda>=2.7",
+ "libpysal>=4.12",
+ "mapclassify>=2.7",
+ "quantecon>=0.8",
+@@ -106,4 +106,4 @@ filterwarnings = [
+ "ignore:invalid value encountered",
+ "ignore:numba.generated_jit is deprecated.", # numba/quantecon
+ "ignore:::.*quantecon.lss:19", # numba/quantecon
+-]
+\ No newline at end of file
++]