Date: Wed, 3 Nov 2021 11:44:18 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c703272c7318 - main - devel/py-qt5-qscintilla2: limit supported python versions Message-ID: <202111031144.1A3BiIs7034560@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111031144.1A3BiIs7034560>