git: da1b7b9e7d60 - main - science/py-dlib: limit python upper version to 3.10 (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Mon, 03 Apr 2023 21:34:36 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=da1b7b9e7d603b22419ac8dc2a32d5a71c8db07e

commit da1b7b9e7d603b22419ac8dc2a32d5a71c8db07e
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-04-03 21:31:12 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-04-03 21:31:12 +0000

    science/py-dlib: limit python upper version to 3.10 (+)
    
    dlib is currently not supported Python 3.11+
    
    Reported by:    poudriere bulk -t
    Approved by:    portmgr blanket
---
 science/py-dlib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/py-dlib/Makefile b/science/py-dlib/Makefile
index d3ba57176bbd..f19b5e9eaa4e 100644
--- a/science/py-dlib/Makefile
+++ b/science/py-dlib/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS=		cmake:devel/cmake-core
 LIB_DEPENDS=		${PY_BOOST} \
 			libpng.so:graphics/png
 
-USES=			compiler:c++11-lang pkgconfig python:3.6+ shebangfix \
+USES=			compiler:c++11-lang pkgconfig python:3.7-3.10 shebangfix \
 			tar:bzip2
 USE_PYTHON=		autoplist distutils
 SHEBANG_FILES=		python_examples/*.py