python: Remove useless find+set, add checksums

This commit is contained in:
Jonathan Schleifer
2014-03-25 23:35:40 +01:00
parent b74c55e3a9
commit ba5d53e69b

View File

@@ -12,7 +12,10 @@ HOMEPAGE="http://www.python.org"
LICENSE="Python"
COPYRIGHT="1990-2012, Python Software Foundation"
SRC_URI="https://www.python.org/ftp/python/2.6.9/Python-2.6.9.tar.xz"
CHECKSUM_SIZE="9333664"
CHECKSUM_MD5="933a811f11e3db3d73ae492f6c3a7a76"
CHECKSUM_RMD160="42edf7c9f2f64b77ab173de30ea453257c2c06b3"
CHECKSUM_SHA512="bcd9286b6af3bfa2017f0b32c6c0f9b934224ece496d2d897ab3a61a936d306a5f61a580c060ce501034a614da374d17831a9c9be9f947b01d977b56437c023b"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -70,7 +73,6 @@ GLOBAL_WRITABLE_FILES="
PATCH()
{
echo "AC_CONFIG_MACRO_DIR([m4])" >> configure.in
find . -name '*.py' -exec sed -i -e 's|/usr/bin/env|/bin/env|g' {} \;
}
BUILD()