1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

math/py-fastcluster: Update version requirement of RUN_DEPENDS

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh
2026-05-07 13:43:25 +08:00
parent 9669d73c15
commit 85d8efed85
3 changed files with 3 additions and 22 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
PORTNAME= fastcluster
PORTVERSION= 1.3.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +13,10 @@ WWW= http://danifold.net/fastcluster.html \
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=2,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=2,1:math/py-numpy@${PY_FLAVOR}
USES= compiler python
USE_PYTHON= autoplist concurrent pep517
@@ -1,8 +0,0 @@
--- pyproject.toml.orig 2025-05-06 15:48:45 UTC
+++ pyproject.toml
@@ -1,4 +1,4 @@ requires = ["setuptools",
[build-system]
requires = ["setuptools",
"wheel",
- "numpy >= 2"]
+ "numpy"]
-11
View File
@@ -1,11 +0,0 @@
--- setup.py.orig 2025-05-06 15:48:45 UTC
+++ setup.py
@@ -92,7 +92,7 @@ Clustering Routines for R and Python*, Journal of Stat
long_description_content_type='text/markdown',
python_requires='>=3',
requires=['numpy'],
- install_requires=["numpy>=2"],
+ install_requires=["numpy"],
provides=['fastcluster'],
ext_modules=[Extension('_fastcluster',
['src/fastcluster_python.cpp'],