git: 1c6a5f615203 - main - graphics/py-mapclassify: Update to 2.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Jun 2025 16:26:59 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1c6a5f615203d2d342116cc1288cb3dc8635f080
commit 1c6a5f615203d2d342116cc1288cb3dc8635f080
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-06-01 16:13:20 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-06-01 16:23:31 +0000
graphics/py-mapclassify: Update to 2.9.0
Changes: https://github.com/pysal/mapclassify/releases
---
graphics/py-mapclassify/Makefile | 14 +++++++-------
graphics/py-mapclassify/distinfo | 6 +++---
graphics/py-mapclassify/files/patch-pyproject.toml | 11 +++++++++++
3 files changed, 21 insertions(+), 10 deletions(-)
diff --git a/graphics/py-mapclassify/Makefile b/graphics/py-mapclassify/Makefile
index b55ef5168d7a..3856b71cb066 100644
--- a/graphics/py-mapclassify/Makefile
+++ b/graphics/py-mapclassify/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mapclassify
-PORTVERSION= 2.8.1
+PORTVERSION= 2.9.0
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,13 +15,13 @@ 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}networkx>=2.7,1:math/py-networkx@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}numpy>=1.23,1:math/py-numpy@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pandas>=1.4,1:math/py-pandas@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}scikit-learn>=1.0:science/py-scikit-learn@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}scipy>=1.8:science/py-scipy@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}networkx>=3.2,1:math/py-networkx@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}numpy>=1.26,1:math/py-numpy@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pandas>=2.1,1:math/py-pandas@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=1.4:science/py-scikit-learn@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}scipy>=1.11:science/py-scipy@${PY_FLAVOR}
-USES= python
+USES= python:3.11+
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/graphics/py-mapclassify/distinfo b/graphics/py-mapclassify/distinfo
index fd74a2bcfd7c..ca614a828bb0 100644
--- a/graphics/py-mapclassify/distinfo
+++ b/graphics/py-mapclassify/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1727718438
-SHA256 (mapclassify-2.8.1.tar.gz) = 306f4cb99ad1ea166b3efd7180c0a199d240bd801de7937327973d829673bc82
-SIZE (mapclassify-2.8.1.tar.gz) = 4608933
+TIMESTAMP = 1748495823
+SHA256 (mapclassify-2.9.0.tar.gz) = 65fa7a7d778ed63496ff860b9f3c26d632d8f289820a6d8556ac527d14b26bd8
+SIZE (mapclassify-2.9.0.tar.gz) = 5401963
diff --git a/graphics/py-mapclassify/files/patch-pyproject.toml b/graphics/py-mapclassify/files/patch-pyproject.toml
new file mode 100644
index 000000000000..e3c13e3bf172
--- /dev/null
+++ b/graphics/py-mapclassify/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2025-05-28 05:34:17 UTC
++++ pyproject.toml
+@@ -40,7 +40,7 @@ dependencies = [
+ "numpy>=1.26",
+ "pandas>=2.1",
+ "scikit-learn>=1.4",
+- "scipy>=1.12",
++ "scipy>=1.11",
+ ]
+
+ [project.urls]