Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2026 07:30:10 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 8d9be9a7d91a - 2026Q2 - graphics/py-geopandas: Fix RUN_DEPENDS
Message-ID:  <6a003402.20ca3.11cafe7a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2026Q2 has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8d9be9a7d91aa26e1b27b5bac94bb00af5ba7534

commit 8d9be9a7d91aa26e1b27b5bac94bb00af5ba7534
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-10 07:29:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-10 07:29:50 +0000

    graphics/py-geopandas: Fix RUN_DEPENDS
    
    Approved by:    antoine
---
 graphics/py-geopandas/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/py-geopandas/Makefile b/graphics/py-geopandas/Makefile
index 54cb36c28020..bbb863a8e340 100644
--- a/graphics/py-geopandas/Makefile
+++ b/graphics/py-geopandas/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy1>=1.24:math/py-numpy1@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.24:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pandas>=2.0.0,1:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyogrio>=0.7.2:graphics/py-pyogrio@${PY_FLAVOR} \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a003402.20ca3.11cafe7a>