import 'compile/python' name=setuptools version=28.8.0 update_url="https://pypi.python.org/pypi/$name" update_names="$name-$version.tar.gz#md5=" dlextract "https://pypi.python.org/packages/25/4e/1b16cfe90856235a13872a6641278c862e4143887d11a12ac4905081197f/$name-$version.tar.gz" \ '43d6eb25f60e8a2682a8f826ce9e3f42' 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: