Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Apr 2026 17:26:14 +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: d72d571ba866 - main - science/py-libpysal: Update version requirement of RUN_DEPENDS
Message-ID:  <69d29b36.1eb95.5a66a21b@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=d72d571ba8667b1f02ea7eb171d593c44a72f7e0

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

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

diff --git a/science/py-libpysal/Makefile b/science/py-libpysal/Makefile
index 2e747d718513..8f95d4ae2823 100644
--- a/science/py-libpysal/Makefile
+++ b/science/py-libpysal/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libpysal
 PORTVERSION=	4.14.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -25,7 +25,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.13.0:www/py-beautifulsoup@$
 		${PYTHON_PKGNAMEPREFIX}platformdirs>=3.11.0:devel/py-platformdirs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.32.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scikit-learn>=1.4.0:science/py-scikit-learn@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}scipy>=1.11.0:science/py-scipy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=1.12.0,1:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}shapely>=2.0:devel/py-shapely@${PY_FLAVOR}
 
 USES=		python:3.11+
diff --git a/science/py-libpysal/files/patch-pyproject.toml b/science/py-libpysal/files/patch-pyproject.toml
deleted file mode 100644
index 7d4fd9cc3f69..000000000000
--- a/science/py-libpysal/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig	2026-01-09 18:11:11 UTC
-+++ pyproject.toml
-@@ -34,7 +34,7 @@ dependencies = [
-     "platformdirs>=3.11.0",
-     "requests>=2.32.0",
-     "scikit-learn>=1.4.0",
--    "scipy>=1.12.0",
-+    "scipy>=1.11.0",
-     "shapely>=2.0",
- ]
- 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d29b36.1eb95.5a66a21b>