import 'compile/python' name=setuptools version=28.2.0 update_url="https://pypi.python.org/pypi/$name" update_names="$name-$version.tar.gz#md5=" dlextract "https://pypi.python.org/packages/fa/dd/e310aaaf1702516e12451d2d5eb78175587edc7fbeb1afd58263171e9384/$name-$version.tar.gz" \ 'b2031092dcf317cdd140c6c200957c26' 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: