wok rev 14880

Up: python-couchdbkit (0.6.2)
author Claudinei Pereira <claudinei@slitaz.org>
date Tue Jul 23 19:33:57 2013 -0300 (2013-07-23)
parents d4febb47f097
children 512c57d9a5a4
files python-couchdbkit/receipt
line diff
     1.1 --- a/python-couchdbkit/receipt	Tue Jul 23 19:33:23 2013 -0300
     1.2 +++ b/python-couchdbkit/receipt	Tue Jul 23 19:33:57 2013 -0300
     1.3 @@ -2,16 +2,16 @@
     1.4  
     1.5  PACKAGE="python-couchdbkit"
     1.6  SOURCE="couchdbkit"
     1.7 -VERSION="0.3.1"
     1.8 +VERSION="0.6.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A framework for python applications to access and manage CouchDB"
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12 -TARBALL="$PACKAGE-$VERSION.tgz"
    1.13 +TARBALL="$VERSION.zip"
    1.14  WEB_SITE="http://www.couchdbkit.org"
    1.15 -WGET_URL="http://bitbucket.org/benoitc/$SOURCE/get/$VERSION.gz"
    1.16 +WGET_URL="https://github.com/benoitc/$SOURCE/archive/$TARBALL"
    1.17  
    1.18 -DEPENDS="python couchdb python-simplejson python-restclient"
    1.19 -BUILD_DEPENDS="python python-dev setuptools"
    1.20 +DEPENDS="python couchdb python-simplejson python-restkit"
    1.21 +BUILD_DEPENDS="python python-dev setuptools wget"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25 @@ -23,10 +23,7 @@
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29 -	PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
    1.30  	mkdir -p $fs/usr
    1.31 -	rm -f $install/usr/lib/$PYTHON_LIB/site-packages/tests/*
    1.32 -	rmdir $install/usr/lib/$PYTHON_LIB/site-packages/tests
    1.33  	cp -a $install/usr $fs
    1.34  }
    1.35