1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

devel/py-qt5-qscintilla2: limit supported python versions

sip-build-3.10: Python v3.10 is not supported

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2021-11-03 14:42:24 +03:00
parent 6978d7653c
commit c703272c73

View File

@ -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