Browse Source

Add CPython 3.2.6 and CPython 3.3.6 (fixes #253)

pull/254/head
Makoto Sasaki 11 years ago
parent
commit
d7f4aa02ed
5 changed files with 6 additions and 6 deletions
  1. +3
    -0
      plugins/python-build/share/python-build/3.2.6
  2. +0
    -3
      plugins/python-build/share/python-build/3.2.6rc1
  3. +3
    -0
      plugins/python-build/share/python-build/3.3.6
  4. +0
    -3
      plugins/python-build/share/python-build/3.3.6rc1
  5. +0
    -0
      plugins/python-build/share/python-build/patches/3.2.6/Python-3.2.6/002_readline63.patch

+ 3
- 0
plugins/python-build/share/python-build/3.2.6 View File

@ -0,0 +1,3 @@
require_cc
install_package "readline-6.3" "http://ftpmirror.gnu.org/readline/readline-6.3.tar.gz#56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" standard --if has_broken_mac_readline
install_package "Python-3.2.6" "https://www.python.org/ftp/python/3.2.6/Python-3.2.6.tgz#fc1e41296e29d476f696303acae293ae7a2310f0f9d0d637905e722a3f16163e" ldflags_dirs standard verify_py32 ensurepip

+ 0
- 3
plugins/python-build/share/python-build/3.2.6rc1 View File

@ -1,3 +0,0 @@
require_cc
install_package "readline-6.3" "http://ftpmirror.gnu.org/readline/readline-6.3.tar.gz#56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" standard --if has_broken_mac_readline
install_package "Python-3.2.6rc1" "https://www.python.org/ftp/python/3.2.6/Python-3.2.6rc1.tgz#b10c473f205793319e41e2855abcf7f46f0f845e6e8e5077183dbc1271c19743" ldflags_dirs standard verify_py32 ensurepip

+ 3
- 0
plugins/python-build/share/python-build/3.3.6 View File

@ -0,0 +1,3 @@
require_cc
install_package "readline-6.3" "http://ftpmirror.gnu.org/readline/readline-6.3.tar.gz#56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" standard --if has_broken_mac_readline
install_package "Python-3.3.6" "https://www.python.org/ftp/python/3.3.6/Python-3.3.6.tgz#0a58ad1f1def4ecc90b18b0c410a3a0e1a48cf7692c75d1f83d0af080e5d2034" ldflags_dirs standard verify_py33 ensurepip

+ 0
- 3
plugins/python-build/share/python-build/3.3.6rc1 View File

@ -1,3 +0,0 @@
require_cc
install_package "readline-6.3" "http://ftpmirror.gnu.org/readline/readline-6.3.tar.gz#56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" standard --if has_broken_mac_readline
install_package "Python-3.3.6rc1" "https://www.python.org/ftp/python/3.3.6/Python-3.3.6rc1.tgz#1729a43107be4e13b8b4407926557242f2a28a93b97d2d861f8b002257467169" ldflags_dirs standard verify_py33 ensurepip

plugins/python-build/share/python-build/patches/3.2.6rc1/Python-3.2.6rc1/002_readline63.patch → plugins/python-build/share/python-build/patches/3.2.6/Python-3.2.6/002_readline63.patch View File


Loading…
Cancel
Save