# HG changeset patch # User Claudinei Pereira # Date 1374618837 10800 # Node ID 8cc37d7e9609cf6287e4511254e559ee9c6c352c # Parent d4febb47f0972fcaf0aa70b5b785a829973e2f86 Up: python-couchdbkit (0.6.2) diff -r d4febb47f097 -r 8cc37d7e9609 python-couchdbkit/receipt --- a/python-couchdbkit/receipt Tue Jul 23 19:33:23 2013 -0300 +++ b/python-couchdbkit/receipt Tue Jul 23 19:33:57 2013 -0300 @@ -2,16 +2,16 @@ PACKAGE="python-couchdbkit" SOURCE="couchdbkit" -VERSION="0.3.1" +VERSION="0.6.2" CATEGORY="development" SHORT_DESC="A framework for python applications to access and manage CouchDB" MAINTAINER="claudinei@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tgz" +TARBALL="$VERSION.zip" WEB_SITE="http://www.couchdbkit.org" -WGET_URL="http://bitbucket.org/benoitc/$SOURCE/get/$VERSION.gz" +WGET_URL="https://github.com/benoitc/$SOURCE/archive/$TARBALL" -DEPENDS="python couchdb python-simplejson python-restclient" -BUILD_DEPENDS="python python-dev setuptools" +DEPENDS="python couchdb python-simplejson python-restkit" +BUILD_DEPENDS="python python-dev setuptools wget" # Rules to configure and make the package. compile_rules() @@ -23,10 +23,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') mkdir -p $fs/usr - rm -f $install/usr/lib/$PYTHON_LIB/site-packages/tests/* - rmdir $install/usr/lib/$PYTHON_LIB/site-packages/tests cp -a $install/usr $fs }