@@ -16,6 +16,9 @@ lxml: false
16
16
versions :
17
17
py24 : " 2.4.6"
18
18
py26 : " 2.6.9"
19
+ py27 : " 2.7.15"
20
+ py35 : " 3.5.5"
21
+ py36 : " 3.6.5"
19
22
20
23
# #
21
24
# fine grained settings
@@ -42,32 +45,35 @@ py26:
42
45
install : " {{ base_install_folder }}/python{{ versions.py26 }}"
43
46
bin : " {{ base_install_folder }}/python{{ versions.py26 }}/bin/python2.6"
44
47
45
- py27_version : " 2.7.15"
46
- py27_major_version : " 2.7"
47
- py27_url : " https://www.python.org/ftp/python/{{ py27_version }}/Python-{{ py27_version }}.tar.xz"
48
- py27_md5 : " a80ae3cc478460b922242f43a1b4094d"
49
- py27_tar_file : " /tmp/py{{ py27_version }}.tar.xz"
50
- py27_sources : " /tmp/Python-{{ py27_version }}"
51
- py27_install : " {{ base_install_folder }}/python{{ py27_version }}"
52
- py27_bin : " {{ py27_install }}/bin/python2.7"
48
+ py27 :
49
+ version : " {{ versions.py27 }}"
50
+ major_version : " 2.7"
51
+ url : " https://www.python.org/ftp/python/{{ versions.py27 }}/Python-{{ versions.py27 }}.tar.xz"
52
+ md5 : " a80ae3cc478460b922242f43a1b4094d"
53
+ tar_file : " /tmp/py{{ versions.py27 }}.tar.xz"
54
+ sources : " /tmp/Python-{{ versions.py27 }}"
55
+ install : " {{ base_install_folder }}/python{{ versions.py27 }}"
56
+ bin : " {{ base_install_folder }}/python{{ versions.py27 }}/bin/python2.7"
53
57
54
- py35_version : " 3.5.5"
55
- py35_major_version : " 3.5"
56
- py35_url : " https://www.python.org/ftp/python/{{ py35_version }}/Python-{{ py35_version }}.tar.xz"
57
- py35_md5 : " f3763edf9824d5d3a15f5f646083b6e0"
58
- py35_tar_file : " /tmp/py{{ py35_version }}.tar.xz"
59
- py35_sources : " /tmp/Python-{{ py35_version }}"
60
- py35_install : " {{ base_install_folder }}/python{{ py35_version }}"
61
- py35_bin : " {{ py35_install }}/bin/python3.5"
58
+ py35 :
59
+ version : " {{ versions.py35 }}"
60
+ major_version : " 3.5"
61
+ url : " https://www.python.org/ftp/python/{{ versions.py35 }}/Python-{{ versions.py35 }}.tar.xz"
62
+ md5 : " f3763edf9824d5d3a15f5f646083b6e0"
63
+ tar_file : " /tmp/py{{ versions.py35 }}.tar.xz"
64
+ sources : " /tmp/Python-{{ versions.py35 }}"
65
+ install : " {{ base_install_folder }}/python{{ versions.py35 }}"
66
+ bin : " {{ base_install_folder }}/python{{ versions.py35 }}/bin/python3.5"
62
67
63
- py36_version : " 3.6.5"
64
- py36_major_version : " 3.6"
65
- py36_url : " https://www.python.org/ftp/python/{{ py36_version }}/Python-{{ py36_version }}.tar.xz"
66
- py36_md5 : " 9f49654a4d6f733ff3284ab9d227e9fd"
67
- py36_tar_file : " /tmp/py{{ py36_version }}.tar.xz"
68
- py36_sources : " /tmp/Python-{{ py36_version }}"
69
- py36_install : " {{ base_install_folder }}/python{{ py36_version }}"
70
- py36_bin : " {{ py36_install }}/bin/python3.6"
68
+ py36 :
69
+ version : " {{ versions.py36 }}"
70
+ major_version : " 3.6"
71
+ url : " https://www.python.org/ftp/python/{{ versions.py36 }}/Python-{{ versions.py36 }}.tar.xz"
72
+ md5 : " 9f49654a4d6f733ff3284ab9d227e9fd"
73
+ tar_file : " /tmp/py{{ versions.py36 }}.tar.xz"
74
+ sources : " /tmp/Python-{{ versions.py36 }}"
75
+ install : " {{ base_install_folder }}/python{{ versions.py36 }}"
76
+ bin : " {{ base_install_folder }}/python{{ versions.py36 }}/bin/python3.6"
71
77
72
78
venv24_version : " 1.7.2"
73
79
venv24_url : " https://files.pythonhosted.org/packages/16/86/7b88d35d0a353ec70e42aa37fd8b0bd1c643419c80f022ffaafa4d6449f0/virtualenv-1.7.2.tar.gz"
0 commit comments