wok diff python-restkit/receipt @ rev 15227
libidn: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Sep 22 18:14:35 2013 +0200 (2013-09-22) |
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 Sun Sep 22 18:14:35 2013 +0200 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"