Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Apr 2026 17:26:09 +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: 04c55f42f8d4 - main - graphics/py-mapclassify: Update version requirement of RUN_DEPENDS
Message-ID:  <69d29b31.1e889.28e4b030@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=04c55f42f8d4ea391656d9c593880780482d6a28

commit 04c55f42f8d4ea391656d9c593880780482d6a28
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-05 17:10:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-05 17:18:50 +0000

    graphics/py-mapclassify: Update version requirement of RUN_DEPENDS
    
    - Bump PORTREVISION for package change
---
 graphics/py-mapclassify/Makefile                   |  4 ++--
 graphics/py-mapclassify/files/patch-pyproject.toml | 11 -----------
 2 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/graphics/py-mapclassify/Makefile b/graphics/py-mapclassify/Makefile
index 0c4a7fe62135..e2176525981a 100644
--- a/graphics/py-mapclassify/Makefile
+++ b/graphics/py-mapclassify/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mapclassify
 PORTVERSION=	2.10.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}networkx>=3.2,1:math/py-networkx@${PY_FLAVOR
 		${PYTHON_PKGNAMEPREFIX}numpy1>=1.26:math/py-numpy1@${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}
+		${PYTHON_PKGNAMEPREFIX}scipy>=1.12,1:science/py-scipy@${PY_FLAVOR}
 
 USES=		python:3.11+
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/graphics/py-mapclassify/files/patch-pyproject.toml b/graphics/py-mapclassify/files/patch-pyproject.toml
deleted file mode 100644
index e3c13e3bf172..000000000000
--- a/graphics/py-mapclassify/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d29b31.1e889.28e4b030>