import 'compile/python' name=setuptools version=27.2.0 update_url="https://pypi.python.org/pypi/$name" update_names="$name-$version.tar.gz#md5=" dlextract "https://pypi.python.org/packages/87/ba/54197971d107bc06f5f3fbdc0d728a7ae0b10cafca46acfddba65a0899d8/$name-$version.tar.gz" \ 'b39715612fdc0372dbfd7b3fcf5d4fe5' 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: