From 81ae44dbab26e94bb7fd19f1a7673f6fb52acabf Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 1 Jul 2023 08:46:13 +0000 Subject: [PATCH] py-pygccxml: mark as not for Python 2 --- textproc/py-pygccxml/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/py-pygccxml/Makefile b/textproc/py-pygccxml/Makefile index 4b5318c6a5a1..f434b0d29874 100644 --- a/textproc/py-pygccxml/Makefile +++ b/textproc/py-pygccxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/10/08 13:17:21 adam Exp $ +# $NetBSD: Makefile,v 1.2 2023/07/01 08:46:13 wiz Exp $ DISTNAME= pygccxml-2.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,5 +13,7 @@ LICENSE= boost-license USE_LANGUAGES= # none NO_BUILD= yes +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"