aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 13:49:00 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 14:06:10 +0000
commite4c4edf31bcafc505490be5051b0c70d1db8cb76 (patch)
tree64a0fa80fc55e8a6b2641fc8db0c82953532663b
parent8d47cbf53026c2c6bfc9f49eed7a4c44e1d725f6 (diff)
downloadports-e4c4edf31bcafc505490be5051b0c70d1db8cb76.tar.gz
ports-e4c4edf31bcafc505490be5051b0c70d1db8cb76.zip
math/py-statsmodels: Update version requirement of BUILD_DEPENDS
-rw-r--r--math/py-statsmodels/Makefile2
-rw-r--r--math/py-statsmodels/files/patch-pyproject.toml7
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"
-