Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 2023 21:34:37 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0644af413974 - main - security/howdy: limit python upper version to 3.10 (+)
Message-ID:  <202304032134.333LYbOp040690@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304032134.333LYbOp040690>