pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/nodejs PYTHON_VERSIONS_ACCEPTED is not common any...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/073f5036cb91
branches:  trunk
changeset: 443557:073f5036cb91
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Dec 16 07:43:13 2020 +0000

description:
PYTHON_VERSIONS_ACCEPTED is not common anymore

diffstat:

 lang/nodejs/Makefile.common |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 1c1d02afbea8 -r 073f5036cb91 lang/nodejs/Makefile.common
--- a/lang/nodejs/Makefile.common       Wed Dec 16 07:42:39 2020 +0000
+++ b/lang/nodejs/Makefile.common       Wed Dec 16 07:43:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2020/12/16 07:24:06 adam Exp $
+# $NetBSD: Makefile.common,v 1.41 2020/12/16 07:43:13 adam Exp $
 # used by lang/nodejs/Makefile
 # used by lang/nodejs8/Makefile
 # used by lang/nodejs10/Makefile
@@ -18,12 +18,6 @@
 
 PYTHON_FOR_BUILD_ONLY=         yes
 
-#
-# Do not remove this unless you are absolutely certain that every python script
-# in every nodejs that we support is python3 ready.
-#
-#PYTHON_VERSIONS_ACCEPTED=     27
-
 GCC_REQD+=             4.9.4
 
 CONFIG_SHELL=          ${PYTHONBIN}



Home | Main Index | Thread Index | Old Index