|
|
@ -4,6 +4,8 @@ name=setuptools |
|
|
|
version=30.2.0 |
|
|
|
update_url="https://github.com/pypa/$name/releases" |
|
|
|
|
|
|
|
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" \ |
|
|
|
'asdf' |
|
|
|
header_end |
|
|
@ -11,7 +13,7 @@ header_end |
|
|
|
cd "$name-$version" |
|
|
|
|
|
|
|
# Don't install the regular easy_install, as it conflicts with python 2 |
|
|
|
sed -i -e '/easy_install =/d' setup.py |
|
|
|
option !easy_install sed -i -e '/easy_install =/d' setup.py |
|
|
|
|
|
|
|
compile_python 3 |
|
|
|
|
|
|
|