python: Update to 3.9.10
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 096b2ca2e049158126943fbd39eb969d2e040262 Mon Sep 17 00:00:00 2001
|
||||
From 31ffe9b84ec3c7b5a09f637ca94441d501bab380 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?=
|
||||
<alexey.pawlow@gmail.com>
|
||||
Date: Thu, 17 Jun 2021 18:51:54 +0530
|
||||
@@ -13,10 +13,10 @@ Co-authored-by: Алексей <alexey.pawlow@gmail.com>
|
||||
1 file changed, 25 insertions(+), 10 deletions(-)
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 497abbf..31b08de 100644
|
||||
index 5164bf7..f761245 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -786,7 +786,7 @@ class PyBuildExt(build_ext):
|
||||
@@ -789,7 +789,7 @@ class PyBuildExt(build_ext):
|
||||
if HOST_PLATFORM == 'hp-ux11':
|
||||
self.lib_dirs += ['/usr/lib/hpux64', '/usr/lib/hpux32']
|
||||
|
||||
@@ -25,7 +25,7 @@ index 497abbf..31b08de 100644
|
||||
# This should work on any unixy platform ;-)
|
||||
# If the user has bothered specifying additional -I and -L flags
|
||||
# in OPT and LDFLAGS we might as well use them here.
|
||||
@@ -796,6 +796,8 @@ class PyBuildExt(build_ext):
|
||||
@@ -799,6 +799,8 @@ class PyBuildExt(build_ext):
|
||||
# directories with whitespace in the name to store libraries.
|
||||
cflags, ldflags = sysconfig.get_config_vars(
|
||||
'CFLAGS', 'LDFLAGS')
|
||||
@@ -34,7 +34,7 @@ index 497abbf..31b08de 100644
|
||||
for item in cflags.split():
|
||||
if item.startswith('-I'):
|
||||
self.inc_dirs.append(item[2:])
|
||||
@@ -2047,14 +2049,19 @@ class PyBuildExt(build_ext):
|
||||
@@ -2049,14 +2051,19 @@ class PyBuildExt(build_ext):
|
||||
# The versions with dots are used on Unix, and the versions without
|
||||
# dots on Windows, for detection by cygwin.
|
||||
tcllib = tklib = tcl_includes = tk_includes = None
|
||||
@@ -62,7 +62,7 @@ index 497abbf..31b08de 100644
|
||||
break
|
||||
|
||||
# Now check for the header files
|
||||
@@ -2125,10 +2132,18 @@ class PyBuildExt(build_ext):
|
||||
@@ -2127,10 +2134,18 @@ class PyBuildExt(build_ext):
|
||||
# Add the Tcl/Tk libraries
|
||||
libs.append('tk'+ version)
|
||||
libs.append('tcl'+ version)
|
||||
@@ -83,5 +83,5 @@ index 497abbf..31b08de 100644
|
||||
# XXX handle these, but how to detect?
|
||||
# *** Uncomment and edit for PIL (TkImaging) extension only:
|
||||
--
|
||||
2.34.0
|
||||
2.34.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user