Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2023 20:54:27 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bfe377d24c61 - main - devel/shiboken2: Bump supported Python version
Message-ID:  <202312112054.3BBKsRVD040759@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bfe377d24c6148e442fd0b102b08a3d0131b8adb

commit bfe377d24c6148e442fd0b102b08a3d0131b8adb
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-12-11 20:38:12 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-12-11 20:54:13 +0000

    devel/shiboken2: Bump supported Python version
    
    Shiboken2 5.15.11 has initial support for Python 3.11 and this will
    help the python@ team transition to Python 3.11 as the default.
    
    While here, add the noexport flag to USES=llvm to allow building with
    ccache.
    
    Reported by:    wen (via the kde-freebsd mailing list)
---
 devel/shiboken2/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/shiboken2/Makefile b/devel/shiboken2/Makefile
index 4c8055f80ba4..fe8e32ea2b57 100644
--- a/devel/shiboken2/Makefile
+++ b/devel/shiboken2/Makefile
@@ -18,7 +18,8 @@ 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.10 qt:5 shebangfix tar:xz
+USES=		cmake compiler:c++11-lang gnome llvm:lib,noexport \
+		python:3.8-3.11 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?202312112054.3BBKsRVD040759>