|
|
@ -3,10 +3,11 @@ import 'compile/python' |
|
|
|
name=setuptools |
|
|
|
version=32.3.1 |
|
|
|
update_url="https://github.com/pypa/$name/releases" |
|
|
|
update_names="/archive/v$version.tar.gz" |
|
|
|
|
|
|
|
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/$name-$version.tar.gz" \ |
|
|
|
'8ba8280f8aa4451a7bca68947f09211e' |
|
|
|
header_end |
|
|
|
|
|
|
|