git: 35e1ae383840 - main - devel/py-sparse: Update version requirement of BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 14:13:26 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=35e1ae3838401f8582c0ced4cf4312f90bd984c7 commit 35e1ae3838401f8582c0ced4cf4312f90bd984c7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 13:48:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 14:06:06 +0000 devel/py-sparse: Update version requirement of BUILD_DEPENDS --- devel/py-sparse/Makefile | 2 +- devel/py-sparse/files/patch-pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-sparse/Makefile b/devel/py-sparse/Makefile index 44013764c51e..41c993a72162 100644 --- a/devel/py-sparse/Makefile +++ b/devel/py-sparse/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} xRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numba>=0.49:devel/py-numba@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.17,1:math/py-numpy@${PY_FLAVOR} \ diff --git a/devel/py-sparse/files/patch-pyproject.toml b/devel/py-sparse/files/patch-pyproject.toml index 48d537b6f6bf..b73dadb5354e 100644 --- a/devel/py-sparse/files/patch-pyproject.toml +++ b/devel/py-sparse/files/patch-pyproject.toml @@ -3,7 +3,7 @@ @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=64", "setuptools_scm>=8"] -+requires = ["setuptools>=61", "setuptools_scm>=6"] ++requires = ["setuptools>=61", "setuptools_scm>=8"] build-backend = "setuptools.build_meta" [project]