Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 2023 21:34:36 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: da1b7b9e7d60 - main - science/py-dlib: limit python upper version to 3.10 (+)
Message-ID:  <202304032134.333LYaFb040671@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=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



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