git: 0644af413974 - main - security/howdy: limit python upper version to 3.10 (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Apr 2023 21:34:37 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=0644af413974399a1fe1253ae112a4560d013ca5 commit 0644af413974399a1fe1253ae112a4560d013ca5 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-04-03 21:33:14 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-04-03 21:33:14 +0000 security/howdy: limit python upper version to 3.10 (+) Limit is apply via science/py-dlib which is currently not supported Python 3.11+ Reported by: poudriere bulk -t Approved by: portmgr blanket --- security/howdy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/howdy/Makefile b/security/howdy/Makefile index 4b9e328c4b81..f9c91d856fb0 100644 --- a/security/howdy/Makefile +++ b/security/howdy/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= opencv>0:graphics/opencv \ ${PYTHON_PKGNAMEPREFIX}dlib>0:science/py-dlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} -USES= python:run shebangfix +USES= python:3.7-3.10,run shebangfix USE_GITHUB= yes GH_ACCOUNT= boltgolt