diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-01-16 01:22:12 +0800 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-01-16 01:22:12 +0800 |
| commit | 6d475ab2dcd08d35a6a3ef6bd9db134e3c7a71f0 (patch) | |
| tree | 68233e064fd33fe9c2c0016c6bb2b0913f2d5eae /math/py-statsmodels | |
| parent | ports-mgmt/pkg_replace: Update 20240819 => 20260115 (diff) | |
Mk/Uses/python.mk: Remove USE_PYTHON=cython3{,_run,_test}
- Convert all cython3 occurrence to USE_PYTHON=cython*
- Bump PORTREVISION dependent ports of USE_PYTHON=cython_run for dependency change
PR: 291778
Diffstat (limited to 'math/py-statsmodels')
| -rw-r--r-- | math/py-statsmodels/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile index b083426b3909..d74ddaf037e9 100644 --- a/math/py-statsmodels/Makefile +++ b/math/py-statsmodels/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.22.3,1<3,1:math/py-numpy@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}scipy>=1.8,1:science/py-scipy@${PY_FLAVOR} USES= python shebangfix -USE_PYTHON= autoplist concurrent cython3 pep517 +USE_PYTHON= autoplist concurrent cython pep517 SHEBANG_GLOB= *.py |
