import 'compile/python' name=setuptools version=27.3.0 update_url="https://pypi.python.org/pypi/$name" update_names="$name-$version.tar.gz#md5=" dlextract "https://pypi.python.org/packages/72/e1/741cd8c4825e58119481d8be4254c9cd133db50876b159cdf8cbd253fbb3/$name-$version.tar.gz" \ '2246eb4c511fa4b50003b10ea2a49d42' 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: