git: e4c4edf31bca - main - math/py-statsmodels: Update version requirement of BUILD_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 09 Mar 2024 14:13:43 UTC
The branch main has been updated by sunpoet:

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

commit e4c4edf31bcafc505490be5051b0c70d1db8cb76
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:49:00 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:06:10 +0000

    math/py-statsmodels: Update version requirement of BUILD_DEPENDS
---
 math/py-statsmodels/Makefile                   | 2 +-
 math/py-statsmodels/files/patch-pyproject.toml | 7 ++-----
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile
index 6a163530a7e3..23e5c52ef4ae 100644
--- a/math/py-statsmodels/Makefile
+++ b/math/py-statsmodels/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cython>=0.29.33<4:lang/cython@${PY_FLAVOR}
 		${PYTHON_PKGNAMEPREFIX}numpy>=1.22.3,1<2,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=1.4:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6<9:devel/py-setuptools-scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8<9: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 7571e3077f7f..631b260e6364 100644
--- a/math/py-statsmodels/files/patch-pyproject.toml
+++ b/math/py-statsmodels/files/patch-pyproject.toml
@@ -1,6 +1,6 @@
 --- pyproject.toml.orig	2023-12-07 13:22:55 UTC
 +++ pyproject.toml
-@@ -3,14 +3,11 @@
+@@ -3,12 +3,9 @@ requires = [
  # INSTALL_REQUIRES in setup.py
  requires = [
      "setuptools>=69.0.2; python_version>='3.12'",
@@ -13,8 +13,5 @@
 -    "numpy<2; python_version>='3.12'",
 +    "numpy>=1.22.3,<2",
      "scipy>=1.4",
--    "setuptools_scm[toml]>=8,<9"
-+    "setuptools_scm[toml]>=6,<9"
+     "setuptools_scm[toml]>=8,<9"
  ]
- build-backend = "setuptools.build_meta"
-