|
|
@ -1,13 +1,13 @@ |
|
|
|
import 'compile/configure' |
|
|
|
|
|
|
|
name=Python |
|
|
|
version=3.5.2 |
|
|
|
version=3.6.0 |
|
|
|
update_url='https://www.python.org/downloads/' |
|
|
|
|
|
|
|
define_option '2to3-symlink: Install the 2to3 symlink (it may conflict with python2)' |
|
|
|
|
|
|
|
dlextract "https://www.python.org/ftp/python/$version/$name-$version.tar.xz" \ |
|
|
|
'8906efbacfcdc7c3c9198aeefafd159e' |
|
|
|
'82b143ebbf4514d7e05876bed7a6b1f5' |
|
|
|
header_end |
|
|
|
|
|
|
|
cd "$name-$version" |
|
|
|