setuptools: fix for python 2.7.

This commit is contained in:
Adrien Destugues
2014-09-18 09:23:58 +02:00
parent 4b7b8b413d
commit 28cb9bb4a7

View File

@@ -10,7 +10,7 @@ CHECKSUM_SHA256="238142293c36d2b56c83df1886b4c1fc4af77d0c203c68b8f4e57d8995babfe
SOURCE_DIR="setuptools-$portVersion"
LICENSE="Python"
COPYRIGHT="2006-2014 Python Packaging Authority"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86 x86_gcc2 x86_64"
PROVIDES="
@@ -48,5 +48,5 @@ INSTALL()
# easy_install cannot tolerate not being installed alongside setuptools,
# so just delete it.
rm $prefix/bin/easy_install
rm $prefix/bin/easy_install-2.6
rm $prefix/bin/easy_install-2.?
}