pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/nuitka nuitka: mark as not ready for python 3.x
details: https://anonhg.NetBSD.org/pkgsrc/rev/ebdc5015a03b
branches: trunk
changeset: 406556:ebdc5015a03b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Dec 28 11:29:59 2019 +0000
description:
nuitka: mark as not ready for python 3.x
This includes an old copy of scons which does not support 3.x.
diffstat:
lang/nuitka/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 61ab898bce12 -r ebdc5015a03b lang/nuitka/Makefile
--- a/lang/nuitka/Makefile Sat Dec 28 11:28:09 2019 +0000
+++ b/lang/nuitka/Makefile Sat Dec 28 11:29:59 2019 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index