git: c703272c7318 - main - devel/py-qt5-qscintilla2: limit supported python versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Nov 2021 11:44:18 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=c703272c7318367a609dda09cddf11597d7da72f commit c703272c7318367a609dda09cddf11597d7da72f Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-11-03 11:42:24 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-11-03 11:43:52 +0000 devel/py-qt5-qscintilla2: limit supported python versions sip-build-3.10: Python v3.10 is not supported Approved by: portmgr blanket --- devel/py-qt5-qscintilla2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-qt5-qscintilla2/Makefile b/devel/py-qt5-qscintilla2/Makefile index 6836c66b964a..a93c1f147fe2 100644 --- a/devel/py-qt5-qscintilla2/Makefile +++ b/devel/py-qt5-qscintilla2/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DISTINFO_FILE= ${.CURDIR:H}/qscintilla2-qt5/distinfo DESTDIRNAME= INSTALL_ROOT -USES= python:3.5+ pyqt:5 gl qt:5 +USES= python:3.5-3.9 pyqt:5 gl qt:5 USE_GL= gl USE_PYQT= core gui printsupport widgets sip_build qtbuilder USE_PYTHON= concurrent flavors py3kplist