Date: Wed, 27 Sep 2023 17:56:35 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: ad0af83d9156 - main - devel/shiboken2: allow with Python 3.10 (+) Message-ID: <202309271756.38RHuZeJ026094@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=ad0af83d9156dec2c858eef242c0390adbe1f105 commit ad0af83d9156dec2c858eef242c0390adbe1f105 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-09-27 17:55:06 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-09-27 17:55:06 +0000 devel/shiboken2: allow with Python 3.10 (+) Shiboken2 have backported Python 3.10 support from PySide6 since 5.15.8 release --- devel/shiboken2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/shiboken2/Makefile b/devel/shiboken2/Makefile index 7ba5bdd6d1b6..e80505fde35e 100644 --- a/devel/shiboken2/Makefile +++ b/devel/shiboken2/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@$ git>0:devel/git LIB_DEPENDS= libxslt.so:textproc/libxslt -USES= cmake compiler:c++11-lang gnome llvm:lib python:3.8-3.9 qt:5 shebangfix tar:xz +USES= cmake compiler:c++11-lang gnome llvm:lib python:3.8-3.10 qt:5 shebangfix tar:xz USE_GNOME= libxml2 USE_LDCONFIG= yes USE_PYTHON= flavors
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309271756.38RHuZeJ026094>