Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 May 2026 05:47:02 +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: 65c9b57b9d79 - main - science/py-geometer: Update version requirement of RUN_DEPENDS
Message-ID:  <69fc2756.388e6.62e49aad@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=65c9b57b9d79387cdd76bf3ffa016e43d7911e4d

commit 65c9b57b9d79387cdd76bf3ffa016e43d7911e4d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-07 05:43:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-07 05:43:29 +0000

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

diff --git a/science/py-geometer/Makefile b/science/py-geometer/Makefile
index d658a122f075..f9c11156742e 100644
--- a/science/py-geometer/Makefile
+++ b/science/py-geometer/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	geometer
 PORTVERSION=	0.4.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=2.0,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.1<5.0.0:devel/py-typing-extensions@${PY_FLAVOR}
 
 USES=		python
diff --git a/science/py-geometer/files/patch-pyproject.toml b/science/py-geometer/files/patch-pyproject.toml
deleted file mode 100644
index a09e31fd2ff8..000000000000
--- a/science/py-geometer/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig	2020-02-02 00:00:00 UTC
-+++ pyproject.toml
-@@ -25,7 +25,7 @@ dependencies = [
-     "Programming Language :: Python",
- ]
- dependencies = [
--    "numpy>=2.0",
-+    "numpy",
-     "typing-extensions>=4.6.1,<5.0.0",
- ]
- 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fc2756.388e6.62e49aad>