pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gyp gyp needs python 2.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36e6b0ce07b5
branches:  trunk
changeset: 322587:36e6b0ce07b5
user:      maya <maya%pkgsrc.org@localhost>
date:      Thu Apr 25 08:09:49 2019 +0000

description:
gyp needs python 2.7.

- Helps some packages in wip/

diffstat:

 devel/gyp/tool.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 18e7a54bdaf8 -r 36e6b0ce07b5 devel/gyp/tool.mk
--- a/devel/gyp/tool.mk Thu Apr 25 07:50:40 2019 +0000
+++ b/devel/gyp/tool.mk Thu Apr 25 08:09:49 2019 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: tool.mk,v 1.1 2014/08/21 14:49:43 he Exp $
+# $NetBSD: tool.mk,v 1.2 2019/04/25 08:09:49 maya Exp $
 
 .if !defined(GYP_TOOL_MK)
 GYP_TOOL_MK= defined
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 # Gyp really wants an executable "python"; this does it
 .include "../../lang/python/tool.mk"
 



Home | Main Index | Thread Index | Old Index