# $Id$ PNAME="setuptools" PVER="0.6.19" PBUILD="r2" PCATEGORIE="dev-python" DESCRIPTION="Distribute (fork of Setuptools) is a collection of extensions to Distutils." HOMEPAGE="http://pypi.python.org/pypi/distribute" DEPEND=">= dev-lang/python-2.7" SRCFILE="distribute-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/distribute-${PVER}" sminclude python SRC_URI=( http://pypi.python.org/packages/source/d/distribute/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz" src_install() { python_src_install # remove all windows executables find ${BINDIR} -name *.exe | xargs rm }