diff options
author | wiz <wiz@pkgsrc.org> | 2019-12-28 11:29:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-12-28 11:29:59 +0000 |
commit | c373d42dbbe7f1f148ecb24d345ccac6a423d181 (patch) | |
tree | 562b7e1f3219455a09a5365f9cba7b7956deb5ed /lang/nuitka | |
parent | 14885210c463f16f5233a6a15fddd327f6db674a (diff) | |
download | pkgsrc-c373d42dbbe7f1f148ecb24d345ccac6a423d181.tar.gz |
nuitka: mark as not ready for python 3.x
This includes an old copy of scons which does not support 3.x.
Diffstat (limited to 'lang/nuitka')
-rw-r--r-- | lang/nuitka/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |