pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/scons



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct  4 11:52:28 UTC 2017

Modified Files:
        pkgsrc/devel/scons: Makefile

Log Message:
scons: Revert limitation to python-2.x, does not help.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/scons/Makefile

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

Modified files:

Index: pkgsrc/devel/scons/Makefile
diff -u pkgsrc/devel/scons/Makefile:1.37 pkgsrc/devel/scons/Makefile:1.38
--- pkgsrc/devel/scons/Makefile:1.37    Tue Oct  3 22:21:10 2017
+++ pkgsrc/devel/scons/Makefile Wed Oct  4 11:52:28 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2017/10/03 22:21:10 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2017/10/04 11:52:28 wiz Exp $
 
 DISTNAME=      scons-3.0.0
 CATEGORIES=    devel
@@ -12,10 +12,6 @@ LICENSE=     mit
 REPLACE_PYTHON+=       script/scons script/scons-configure-cache
 REPLACE_PYTHON+=       script/scons-time script/sconsign
 
-# scons-3.0.0 works with python-3.x, but not the many packages
-# that have SConstruct files that only work with python-2.x
-PYTHON_VERSIONS_ACCEPTED=      27
-
 .include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index