From c0f18efeef77f171f896df8264bd685b7b44fd1a Mon Sep 17 00:00:00 2001 From: MCApollo <34170230+MCApollo@users.noreply.github.com> Date: Thu, 28 May 2020 02:44:15 -0700 Subject: Version bumped Python 3 --- data/_python3.7/Python-3.7.3.tar.xz | Bin 17108364 -> 0 bytes data/_python3.7/Python-3.7.7.tar.xz | Bin 0 -> 17268888 bytes data/_python3.7/setup.diff | 26 +++++++++++++------------- 3 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 data/_python3.7/Python-3.7.3.tar.xz create mode 100644 data/_python3.7/Python-3.7.7.tar.xz diff --git a/data/_python3.7/Python-3.7.3.tar.xz b/data/_python3.7/Python-3.7.3.tar.xz deleted file mode 100644 index 9d6454c5c..000000000 Binary files a/data/_python3.7/Python-3.7.3.tar.xz and /dev/null differ diff --git a/data/_python3.7/Python-3.7.7.tar.xz b/data/_python3.7/Python-3.7.7.tar.xz new file mode 100644 index 000000000..9972ab694 Binary files /dev/null and b/data/_python3.7/Python-3.7.7.tar.xz differ diff --git a/data/_python3.7/setup.diff b/data/_python3.7/setup.diff index 648b020d0..2e4049b25 100644 --- a/data/_python3.7/setup.diff +++ b/data/_python3.7/setup.diff @@ -1,16 +1,16 @@ -diff -ur Python-3.7.3/setup.py Python-3.7.3+iPhone/setup.py ---- Python-3.7.3/setup.py 2019-03-25 10:21:05.000000000 -1000 -+++ Python-3.7.3+iPhone/setup.py 2019-05-07 14:47:15.000000000 -1000 -@@ -98,7 +98,7 @@ - cflags = sysconfig.get_config_var('CFLAGS') - m = re.search(r'-isysroot\s+(\S+)', cflags) - if m is None: -- sysroot = '/' -+ sysroot = os.environ['PKG_ROOT'] or '/' - else: - sysroot = m.group(1) - return sysroot -@@ -611,11 +611,10 @@ +diff -Naur Python-3.7.7/setup.py Python-3.7.7+iPhone/setup.py +--- Python-3.7.7/setup.py 2020-03-09 23:11:12.000000000 -0700 ++++ Python-3.7.7+iPhone/setup.py 2020-05-28 02:31:55.000000000 -0700 +@@ -105,6 +105,8 @@ + """ + global MACOS_SDK_ROOT + ++ MACOS_SDK_ROOT = os.environ['PKG_ROOT'] or '/' ++ + # If already called, return cached result. + if MACOS_SDK_ROOT: + return MACOS_SDK_ROOT +@@ -650,11 +652,10 @@ # Add the sysroot paths. 'sysroot' is a compiler option used to # set the logical path of the standard system headers and # libraries. -- cgit v1.2.3