Sfoglia il codice sorgente

Add copy_python_gdb for 3.7.3 and move patches.

Fixes issue introduced in #1283 and #1308.
pull/1309/head
Chris Hunt 7 anni fa
parent
commit
9305f1baf4
17 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      plugins/python-build/share/python-build/3.7.3
  2. +0
    -0
      plugins/python-build/share/python-build/patches/2.4.0/Python-2.4/000_patch-setup.py.diff
  3. +0
    -0
      plugins/python-build/share/python-build/patches/2.4.0/Python-2.4/001_fortify_crash_workaround.diff
  4. +0
    -0
      plugins/python-build/share/python-build/patches/2.5.0/Python-2.5/000_patch-setup.py.diff
  5. +0
    -0
      plugins/python-build/share/python-build/patches/2.5.0/Python-2.5/001_patch-svnversion.patch
  6. +0
    -0
      plugins/python-build/share/python-build/patches/2.5.0/Python-2.5/002_darwin_c_source.patch
  7. +0
    -0
      plugins/python-build/share/python-build/patches/2.5.0/Python-2.5/003_osx_lp64.patch
  8. +0
    -0
      plugins/python-build/share/python-build/patches/2.5.0/Python-2.5/004_osx_libffi.patch
  9. +0
    -0
      plugins/python-build/share/python-build/patches/2.5.0/Python-2.5/005_osx_failed_modules.patch
  10. +0
    -0
      plugins/python-build/share/python-build/patches/2.7.0/Python-2.7/000_patch-setup.py.diff
  11. +0
    -0
      plugins/python-build/share/python-build/patches/2.7.0/Python-2.7/002_readline63.patch
  12. +0
    -0
      plugins/python-build/share/python-build/patches/2.7.0/Python-2.7/010_ssl_no_ssl2_no_ssl3.patch
  13. +0
    -0
      plugins/python-build/share/python-build/patches/3.1.0/Python-3.1/000_patch-setup.py.diff
  14. +0
    -0
      plugins/python-build/share/python-build/patches/3.1.0/Python-3.1/010_ssl_no_ssl2_no_ssl3.patch
  15. +0
    -0
      plugins/python-build/share/python-build/patches/3.2.0/Python-3.2/000_patch-setup.py.diff
  16. +0
    -0
      plugins/python-build/share/python-build/patches/3.2.0/Python-3.2/002_readline63.patch
  17. +0
    -0
      plugins/python-build/share/python-build/patches/3.2.0/Python-3.2/010_ssl_no_ssl2_no_ssl3.patch

+ 3
- 3
plugins/python-build/share/python-build/3.7.3 Vedi File

@ -2,7 +2,7 @@
install_package "openssl-1.0.2k" "https://www.openssl.org/source/openssl-1.0.2k.tar.gz#6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0" mac_openssl --if has_broken_mac_openssl
install_package "readline-6.3" "https://ftpmirror.gnu.org/readline/readline-6.3.tar.gz#56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" standard --if has_broken_mac_readline
if has_tar_xz_support; then
install_package "Python-3.7.3" "https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tar.xz#da60b54064d4cfcd9c26576f6df2690e62085123826cff2e667e72a91952d318" ldflags_dirs standard verify_py37 ensurepip
install_package "Python-3.7.3" "https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tar.xz#da60b54064d4cfcd9c26576f6df2690e62085123826cff2e667e72a91952d318" ldflags_dirs standard verify_py37 copy_python_gdb ensurepip
else
install_package "Python-3.7.3" "https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tgz#d62e3015f2f89c970ac52343976b406694931742fbde2fed8d1ce8ebb4e1f8ff" ldflags_dirs standard verify_py37 ensurepip
fi
install_package "Python-3.7.3" "https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tgz#d62e3015f2f89c970ac52343976b406694931742fbde2fed8d1ce8ebb4e1f8ff" ldflags_dirs standard verify_py37 copy_python_gdb ensurepip
fi

plugins/python-build/share/python-build/patches/2.4/Python-2.4/000_patch-setup.py.diff → plugins/python-build/share/python-build/patches/2.4.0/Python-2.4/000_patch-setup.py.diff Vedi File


plugins/python-build/share/python-build/patches/2.4/Python-2.4/001_fortify_crash_workaround.diff → plugins/python-build/share/python-build/patches/2.4.0/Python-2.4/001_fortify_crash_workaround.diff Vedi File


plugins/python-build/share/python-build/patches/2.5/Python-2.5/000_patch-setup.py.diff → plugins/python-build/share/python-build/patches/2.5.0/Python-2.5/000_patch-setup.py.diff Vedi File


plugins/python-build/share/python-build/patches/2.5/Python-2.5/001_patch-svnversion.patch → plugins/python-build/share/python-build/patches/2.5.0/Python-2.5/001_patch-svnversion.patch Vedi File


plugins/python-build/share/python-build/patches/2.5/Python-2.5/002_darwin_c_source.patch → plugins/python-build/share/python-build/patches/2.5.0/Python-2.5/002_darwin_c_source.patch Vedi File


plugins/python-build/share/python-build/patches/2.5/Python-2.5/003_osx_lp64.patch → plugins/python-build/share/python-build/patches/2.5.0/Python-2.5/003_osx_lp64.patch Vedi File


plugins/python-build/share/python-build/patches/2.5/Python-2.5/004_osx_libffi.patch → plugins/python-build/share/python-build/patches/2.5.0/Python-2.5/004_osx_libffi.patch Vedi File


plugins/python-build/share/python-build/patches/2.5/Python-2.5/005_osx_failed_modules.patch → plugins/python-build/share/python-build/patches/2.5.0/Python-2.5/005_osx_failed_modules.patch Vedi File


plugins/python-build/share/python-build/patches/2.7/Python-2.7/000_patch-setup.py.diff → plugins/python-build/share/python-build/patches/2.7.0/Python-2.7/000_patch-setup.py.diff Vedi File


plugins/python-build/share/python-build/patches/2.7/Python-2.7/002_readline63.patch → plugins/python-build/share/python-build/patches/2.7.0/Python-2.7/002_readline63.patch Vedi File


plugins/python-build/share/python-build/patches/2.7/Python-2.7/010_ssl_no_ssl2_no_ssl3.patch → plugins/python-build/share/python-build/patches/2.7.0/Python-2.7/010_ssl_no_ssl2_no_ssl3.patch Vedi File


plugins/python-build/share/python-build/patches/3.1/Python-3.1/000_patch-setup.py.diff → plugins/python-build/share/python-build/patches/3.1.0/Python-3.1/000_patch-setup.py.diff Vedi File


plugins/python-build/share/python-build/patches/3.1/Python-3.1/010_ssl_no_ssl2_no_ssl3.patch → plugins/python-build/share/python-build/patches/3.1.0/Python-3.1/010_ssl_no_ssl2_no_ssl3.patch Vedi File


plugins/python-build/share/python-build/patches/3.2/Python-3.2/000_patch-setup.py.diff → plugins/python-build/share/python-build/patches/3.2.0/Python-3.2/000_patch-setup.py.diff Vedi File


plugins/python-build/share/python-build/patches/3.2/Python-3.2/002_readline63.patch → plugins/python-build/share/python-build/patches/3.2.0/Python-3.2/002_readline63.patch Vedi File


plugins/python-build/share/python-build/patches/3.2/Python-3.2/010_ssl_no_ssl2_no_ssl3.patch → plugins/python-build/share/python-build/patches/3.2.0/Python-3.2/010_ssl_no_ssl2_no_ssl3.patch Vedi File


Caricamento…
Annulla
Salva