4 build_source : "script"
5 compil_script : $name + $VARS.scriptExtension
9 # Python is a mandatory part of current used Linux platforms, no need to check its presence therefore.
10 # As version of Python 3.x differs on each of them, a better solution would to eventually check the binary presence.
18 env_script : $name + ".py"
23 source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
24 build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
29 compile_and_runtime : "yes"
35 patches : ["Python_zlib_detection.patch", "Python_SSL.patch"]
40 patches : ['Python-2.7.10-ssl.patch']
50 patches: ["python_3.6.5-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
55 compil_script : "Python-3.6.5.bat"
56 patches : ['Python-3.6.5_windows.patch']
61 compil_script : 'Python-3.6.8.sh'
67 compil_script : "Python-3.6.15.sh"
73 patches: ["python_3.6.15-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889
78 compil_script : "Python-3.6.15.bat"
79 patches : ['Python-3.6.15_windows.patch']
89 compil_script : "Python-3.7.9.bat"
91 build_depend : ['perl']
96 compil_script : "Python-3.7.sh"
102 compil_script : "Python-3.9.bat"
104 build_depend : ['perl']
109 compil_script : "Python-3.9.sh"
115 compil_script : "Python-3.9.bat"
117 build_depend : ['perl']