aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-11-03 11:42:24 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-11-03 11:43:52 +0000
commitc703272c7318367a609dda09cddf11597d7da72f (patch)
tree1822bb89413143a114728925642373857903c017
parent6978d7653caac6974daf5493e5e657f7c7143a0e (diff)
downloadports-c703272c7318367a609dda09cddf11597d7da72f.tar.gz
ports-c703272c7318367a609dda09cddf11597d7da72f.zip
devel/py-qt5-qscintilla2: limit supported python versions
sip-build-3.10: Python v3.10 is not supported Approved by: portmgr blanket
-rw-r--r--devel/py-qt5-qscintilla2/Makefile2
1 files changed, 1 insertions, 1 deletions
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