Date: Tue, 16 Dec 2025 21:22:34 +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 Cc: John Hein <jcfyecrayz@liamekaens.com> Subject: git: dd3ad41ca1bc - main - math/py-statsmodels: Relax version requirement of py-setuptools-scm Message-ID: <6941cd9a.3d734.356cd6cc@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=dd3ad41ca1bc79b8a4a4bfc0bd4feacf7eeb0fbf commit dd3ad41ca1bc79b8a4a4bfc0bd4feacf7eeb0fbf Author: John Hein <jcfyecrayz@liamekaens.com> AuthorDate: 2025-12-16 21:17:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-12-16 21:17:10 +0000 math/py-statsmodels: Relax version requirement of py-setuptools-scm PR: 290353 --- math/py-statsmodels/Makefile | 2 +- math/py-statsmodels/files/patch-pyproject.toml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile index a336ac0aed9c..65cb28c68a64 100644 --- a/math/py-statsmodels/Makefile +++ b/math/py-statsmodels/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.22.3,1<2,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.8,1<2,1:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8<9:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8<10:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.22.3,1<2,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=21.3:devel/py-packaging@${PY_FLAVOR} \ diff --git a/math/py-statsmodels/files/patch-pyproject.toml b/math/py-statsmodels/files/patch-pyproject.toml index e7b6ab880b99..59e32baf8478 100644 --- a/math/py-statsmodels/files/patch-pyproject.toml +++ b/math/py-statsmodels/files/patch-pyproject.toml @@ -1,6 +1,6 @@ --- pyproject.toml.orig 2025-07-02 15:55:37 UTC +++ pyproject.toml -@@ -2,10 +2,10 @@ requires = [ +@@ -2,11 +2,11 @@ requires = [ # These are strictly build requirements. Runtime requirements are listed in # INSTALL_REQUIRES in setup.py requires = [ @@ -9,8 +9,10 @@ "cython>=3.0.10,<4", # Sync with CYTHON_MIN_VER in setup - "numpy>=2.0.0,<3", - "scipy>=1.13,<2", +- "setuptools_scm[toml]>=8,<9" + "numpy>=1.22.3,<3", + "scipy>=1.8,<2", - "setuptools_scm[toml]>=8,<9" ++ "setuptools_scm[toml]>=8,<10" ] build-backend = "setuptools.build_meta" +home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6941cd9a.3d734.356cd6cc>
