Date: Sat, 4 Mar 2023 09:48:17 GMT From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a493561df933 - main - science/py-scikit-learn: Add missing DEPENDS Message-ID: <202303040948.3249mH9T028263@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=a493561df9336b35f15c171a2604759ac037b7cb commit a493561df9336b35f15c171a2604759ac037b7cb Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2023-03-04 09:35:37 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2023-03-04 09:43:57 +0000 science/py-scikit-learn: Add missing DEPENDS --- science/py-scikit-learn/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/science/py-scikit-learn/Makefile b/science/py-scikit-learn/Makefile index 0993b24c4e05..a4d4f51faacd 100644 --- a/science/py-scikit-learn/Makefile +++ b/science/py-scikit-learn/Makefile @@ -1,5 +1,6 @@ PORTNAME= scikit-learn DISTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +14,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}joblib>0:devel/py-joblib@${PY_FLAVOR} \ ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=1.3.2:science/py-scipy@${PY_FLAVOR} - # threadpoolctl should also be here + ${PYTHON_PKGNAMEPREFIX}scipy>=1.3.2:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}threadpoolctl>=0:devel/py-threadpoolctl@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= fortran python:3.7+ localbase +USES= fortran python:3.8+ localbase USE_PYTHON= distutils autoplist cython POST_PLIST= fix-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303040948.3249mH9T028263>