pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/nuitka



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Dec 28 11:29:59 UTC 2019

Modified Files:
        pkgsrc/lang/nuitka: Makefile

Log Message:
nuitka: mark as not ready for python 3.x

This includes an old copy of scons which does not support 3.x.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/nuitka/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/nuitka/Makefile
diff -u pkgsrc/lang/nuitka/Makefile:1.4 pkgsrc/lang/nuitka/Makefile:1.5
--- pkgsrc/lang/nuitka/Makefile:1.4     Thu Apr 25 07:33:03 2019
+++ pkgsrc/lang/nuitka/Makefile Sat Dec 28 11:29:59 2019
@@ -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/ov
 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