summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-12-28 11:29:59 +0000
committerwiz <wiz@pkgsrc.org>2019-12-28 11:29:59 +0000
commitb36e4f02d32dd0bd98db924f4b76a5e995ed0773 (patch)
tree1990eb5e3b0bffc46f5c17abf4659cf0b4af618a
parent5a93b03b2ce4584fa3f83dfde519d29b887dae8a (diff)
downloadpkgsrc-b36e4f02d32dd0bd98db924f4b76a5e995ed0773.tar.gz
nuitka: mark as not ready for python 3.x
This includes an old copy of scons which does not support 3.x.
-rw-r--r--lang/nuitka/Makefile5
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