wok diff python-couchdbkit/receipt @ rev 15295
cdrtools: remove a wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 27 09:56:20 2013 +0000 (2013-09-27) |
parents | 8cc37d7e9609 |
children | 2a5cc8208d36 |
line diff
1.1 --- a/python-couchdbkit/receipt Tue Jul 23 19:33:57 2013 -0300 1.2 +++ b/python-couchdbkit/receipt Fri Sep 27 09:56:20 2013 +0000 1.3 @@ -6,9 +6,9 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="A framework for python applications to access and manage CouchDB" 1.6 MAINTAINER="claudinei@slitaz.org" 1.7 -TARBALL="$VERSION.zip" 1.8 +TARBALL="$SOURCE-$VERSION.zip" 1.9 WEB_SITE="http://www.couchdbkit.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 couchdb python-simplejson python-restkit" 1.14 BUILD_DEPENDS="python python-dev setuptools wget"