pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/scons scons: Revert limitation to python-2.x, do...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/446e086c8d33
branches:  trunk
changeset: 369759:446e086c8d33
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 04 11:52:28 2017 +0000

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

diffstat:

 devel/scons/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 8d2cdaa22a5d -r 446e086c8d33 devel/scons/Makefile
--- a/devel/scons/Makefile      Wed Oct 04 11:44:23 2017 +0000
+++ b/devel/scons/Makefile      Wed Oct 04 11:52:28 2017 +0000
@@ -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 @@
 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