import 'compile/python' name=setuptools version=30.2.0 update_url="https://github.com/pypa/$name/releases" dlextract "https://github.com/pypa/$name/archive/v$version.tar.gz" \ 'asdf' 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 compile_python 3 # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: