import 'compile/python' name=setuptools version=26.1.1 update_url="https://pypi.python.org/pypi/$name" update_names="$name-$version.tar.gz#md5=" dlextract "https://pypi.python.org/packages/32/3c/e853a68b703f347f5ed86585c2dd2828a83252e1216c1201fa6f81270578/$name-$version.tar.gz" \ '0744ee90ad266fb117d59f94334185d0' 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 et: