From c373d42dbbe7f1f148ecb24d345ccac6a423d181 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 28 Dec 2019 11:29:59 +0000 Subject: nuitka: mark as not ready for python 3.x This includes an old copy of scons which does not support 3.x. --- lang/nuitka/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lang/nuitka/Makefile b/lang/nuitka/Makefile index a4e84208ef9..3e69208d6dc 100644 --- a/lang/nuitka/Makefile +++ b/lang/nuitka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2019/04/25 07:33:03 maya Exp $ +# $NetBSD: Makefile,v 1.5 2019/12/28 11:29:59 wiz Exp $ DISTNAME= Nuitka-0.5.0.1 PKGNAME= ${DISTNAME:C/N/n/} @@ -11,6 +11,9 @@ HOMEPAGE= http://www.nuitka.net/pages/overview.html COMMENT= Python to C++ compiler LICENSE= apache-2.0 +# included scons is not ready for python 3.x +PYTHON_VERSIONS_ACCEPTED= 27 + REPLACE_PYTHON+= misc/check-release REPLACE_PYTHON+= misc/check-with-pylint REPLACE_PYTHON+= bin/nuitka-run -- cgit v1.2.3