wok-next diff python-restkit/receipt @ rev 15286

seamonkey: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 26 17:42:26 2013 +0000 (2013-09-26)
parents d4febb47f097
children bf4a09ef1d2e
line diff
     1.1 --- a/python-restkit/receipt	Tue Jul 23 19:33:23 2013 -0300
     1.2 +++ b/python-restkit/receipt	Thu Sep 26 17:42:26 2013 +0000
     1.3 @@ -6,9 +6,9 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="An HTTP resource kit for Python"
     1.6  MAINTAINER="claudinei@slitaz.org"
     1.7 -TARBALL="$VERSION.zip"
     1.8 +TARBALL="$SOURCE-$VERSION.zip"
     1.9  WEB_SITE="http://restkit.readthedocs.org"
    1.10 -WGET_URL="https://github.com/benoitc/$SOURCE/archive/$TARBALL"
    1.11 +WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip"
    1.12  
    1.13  DEPENDS="python python-http-parser python-socketpool"
    1.14  BUILD_DEPENDS="python-dev setuptools wget"