File node-gyp-corrent-env_11.patch of Package nodejs-node-gyp

diff -urN package/bin/node-gyp.js package-patch/bin/node-gyp.js
--- package/bin/node-gyp.js	1985-10-26 10:15:00.000000000 +0200
+++ package-patch/bin/node-gyp.js	2025-10-23 10:03:06.429771626 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/node
 
 'use strict'
 
diff -urN package/gyp/gyp_main.py package-patch/gyp/gyp_main.py
--- package/gyp/gyp_main.py	1985-10-26 10:15:00.000000000 +0200
+++ package-patch/gyp/gyp_main.py	2025-10-23 10:09:43.928624968 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3.11
 
 # Copyright (c) 2009 Google Inc. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
diff -urN package/gyp/pylib/gyp/common_test.py package-patch/gyp/pylib/gyp/common_test.py
--- package/gyp/pylib/gyp/common_test.py	1985-10-26 10:15:00.000000000 +0200
+++ package-patch/gyp/pylib/gyp/common_test.py	2025-10-23 10:02:14.480763763 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3.11
 
 # Copyright (c) 2012 Google Inc. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
diff -urN package/gyp/pylib/gyp/easy_xml_test.py package-patch/gyp/pylib/gyp/easy_xml_test.py
--- package/gyp/pylib/gyp/easy_xml_test.py	1985-10-26 10:15:00.000000000 +0200
+++ package-patch/gyp/pylib/gyp/easy_xml_test.py	2025-10-23 10:02:14.481766153 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3.11
 
 # Copyright (c) 2011 Google Inc. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
diff -urN package/gyp/pylib/gyp/flock_tool.py package-patch/gyp/pylib/gyp/flock_tool.py
--- package/gyp/pylib/gyp/flock_tool.py	1985-10-26 10:15:00.000000000 +0200
+++ package-patch/gyp/pylib/gyp/flock_tool.py	2025-10-23 10:02:14.480120367 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3.11
 # Copyright (c) 2011 Google Inc. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
diff -urN package/gyp/pylib/gyp/generator/msvs_test.py package-patch/gyp/pylib/gyp/generator/msvs_test.py
--- package/gyp/pylib/gyp/generator/msvs_test.py	1985-10-26 10:15:00.000000000 +0200
+++ package-patch/gyp/pylib/gyp/generator/msvs_test.py	2025-10-23 10:02:14.481099429 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3.11
 # Copyright (c) 2012 Google Inc. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
diff -urN package/gyp/pylib/gyp/generator/ninja_test.py package-patch/gyp/pylib/gyp/generator/ninja_test.py
--- package/gyp/pylib/gyp/generator/ninja_test.py	1985-10-26 10:15:00.000000000 +0200
+++ package-patch/gyp/pylib/gyp/generator/ninja_test.py	2025-10-23 10:02:14.481425597 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3.11
 
 # Copyright (c) 2012 Google Inc. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
diff -urN package/gyp/pylib/gyp/generator/xcode_test.py package-patch/gyp/pylib/gyp/generator/xcode_test.py
--- package/gyp/pylib/gyp/generator/xcode_test.py	1985-10-26 10:15:00.000000000 +0200
+++ package-patch/gyp/pylib/gyp/generator/xcode_test.py	2025-10-23 10:02:14.481583024 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3.11
 
 # Copyright (c) 2013 Google Inc. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
diff -urN package/gyp/pylib/gyp/__init__.py package-patch/gyp/pylib/gyp/__init__.py
--- package/gyp/pylib/gyp/__init__.py	1985-10-26 10:15:00.000000000 +0200
+++ package-patch/gyp/pylib/gyp/__init__.py	2025-10-23 10:02:14.481955148 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3.11
 
 # Copyright (c) 2012 Google Inc. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
diff -urN package/gyp/pylib/gyp/input_test.py package-patch/gyp/pylib/gyp/input_test.py
--- package/gyp/pylib/gyp/input_test.py	1985-10-26 10:15:00.000000000 +0200
+++ package-patch/gyp/pylib/gyp/input_test.py	2025-10-23 10:02:14.481061435 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3.11
 
 # Copyright 2013 Google Inc. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
diff -urN package/gyp/pylib/gyp/mac_tool.py package-patch/gyp/pylib/gyp/mac_tool.py
--- package/gyp/pylib/gyp/mac_tool.py	1985-10-26 10:15:00.000000000 +0200
+++ package-patch/gyp/pylib/gyp/mac_tool.py	2025-10-23 10:02:14.482413879 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3.11
 # Copyright (c) 2012 Google Inc. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
diff -urN package/gyp/pylib/gyp/MSVSSettings_test.py package-patch/gyp/pylib/gyp/MSVSSettings_test.py
--- package/gyp/pylib/gyp/MSVSSettings_test.py	1985-10-26 10:15:00.000000000 +0200
+++ package-patch/gyp/pylib/gyp/MSVSSettings_test.py	2025-10-23 10:02:14.483099460 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3.11
 
 # Copyright (c) 2012 Google Inc. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
diff -urN package/gyp/pylib/gyp/win_tool.py package-patch/gyp/pylib/gyp/win_tool.py
--- package/gyp/pylib/gyp/win_tool.py	1985-10-26 10:15:00.000000000 +0200
+++ package-patch/gyp/pylib/gyp/win_tool.py	2025-10-23 10:02:14.489165902 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3.11
 
 # Copyright (c) 2012 Google Inc. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
diff -urN package/gyp/pylib/gyp/xcode_emulation_test.py package-patch/gyp/pylib/gyp/xcode_emulation_test.py
--- package/gyp/pylib/gyp/xcode_emulation_test.py	1985-10-26 10:15:00.000000000 +0200
+++ package-patch/gyp/pylib/gyp/xcode_emulation_test.py	2025-10-23 10:02:14.480421950 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3.11
 
 """Unit tests for the xcode_emulation.py file."""
 
diff -urN package/gyp/test_gyp.py package-patch/gyp/test_gyp.py
--- package/gyp/test_gyp.py	1985-10-26 10:15:00.000000000 +0200
+++ package-patch/gyp/test_gyp.py	2025-10-23 10:09:59.169146280 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3.11
 # Copyright (c) 2012 Google Inc. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
openSUSE Build Service is sponsored by