mid-kid
8 years ago
2 changed files with 5 additions and 5 deletions
@ -1,20 +1,21 @@ |
|||||
import 'compile/python' |
import 'compile/python' |
||||
|
|
||||
name=setuptools |
name=setuptools |
||||
version=30.2.0 |
version=30.4.0 |
||||
update_url="https://github.com/pypa/$name/releases" |
update_url="https://github.com/pypa/$name/releases" |
||||
|
|
||||
define_option 'easy_install-symlink: Install the easy_install symlink (it may conflict with python2)' |
define_option 'easy_install-symlink: Install the easy_install symlink (it may conflict with python2)' |
||||
|
|
||||
dlextract "https://github.com/pypa/$name/archive/v$version.tar.gz" \ |
dlextract "https://github.com/pypa/$name/archive/v$version.tar.gz" \ |
||||
'asdf' |
'66daca0f27b81ca20a5faa0a70be19e0' |
||||
header_end |
header_end |
||||
|
|
||||
cd "$name-$version" |
cd "$name-$version" |
||||
|
|
||||
# Don't install the regular easy_install, as it conflicts with python 2 |
# Don't install the regular easy_install, as it conflicts with python 2 |
||||
option !easy_install sed -i -e '/easy_install =/d' setup.py |
option !easy_install-symlink sed -i -e '/easy_install =/d' setup.py |
||||
|
|
||||
|
python3 bootstrap.py |
||||
compile_python 3 |
compile_python 3 |
||||
|
|
||||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
||||
|
Loading…
Reference in new issue