wok rev 16291

Fix pathon version from last commit
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 07 00:16:55 2014 +0200 (2014-04-07)
parents a1b05b1a9d1d
children d00a8f87ab96
files python/receipt
line diff
     1.1 --- a/python/receipt	Mon Apr 07 00:13:51 2014 +0200
     1.2 +++ b/python/receipt	Mon Apr 07 00:16:55 2014 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python"
     1.7 -VERSION="2.7.3"
     1.8 +VERSION="2.7.5"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The Python programming language."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -53,7 +53,7 @@
    1.13  			rm -f $CONFIG_SITE
    1.14  			# Second pass for host tools
    1.15  			. /etc/slitaz/cook.conf
    1.16 -			patch -p1 < $stuff/python-2.7.3-xcompile.patch || exit 1
    1.17 +			#patch -p1 < $stuff/python-2.7.3-xcompile.patch || exit 1
    1.18  			cp -f $CONFIG_SITE .
    1.19  			CONFIG_SITE="$(pwd)/cook.site"
    1.20  			cat >> $CONFIG_SITE << EOT