# HG changeset patch # User Hans-Günter Theisgen # Date 1586094697 -3600 # Node ID 962b9306e02e2ecd04b53d3e6e723b6591296c54 # Parent de3280120146ecc79c157e995e7d95c5cf8c90cd updated python-couchdbkit (0.6.2 -> 0.6.5) diff -r de3280120146 -r 962b9306e02e python-couchdbkit/receipt --- a/python-couchdbkit/receipt Sun Apr 05 14:43:51 2020 +0100 +++ b/python-couchdbkit/receipt Sun Apr 05 14:51:37 2020 +0100 @@ -1,19 +1,20 @@ # SliTaz package receipt. PACKAGE="python-couchdbkit" -SOURCE="couchdbkit" -VERSION="0.6.2" +VERSION="0.6.5" CATEGORY="development" -SHORT_DESC="A framework for python applications to access and manage CouchDB" +SHORT_DESC="A framework for python applications to access and manage CouchDB." MAINTAINER="claudinei@slitaz.org" LICENSE="MIT" -TARBALL="$SOURCE-$VERSION.zip" WEB_SITE="https://pypi.org/project/couchdbkit/" -WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip" +SOURCE="couchdbkit" +TARBALL="$SOURCE-$VERSION.tar.gz" -DEPENDS="python couchdb python-simplejson python-restkit" -BUILD_DEPENDS="python python-dev python-setuptools wget" +WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.tar.gz" + +DEPENDS="couchdb python python-restkit python-simplejson" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() @@ -25,5 +26,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr $fs + cp -a $install/usr $fs }