wok rev 23473
updated python-couchdbkit (0.6.2 -> 0.6.5)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 14:51:37 2020 +0100 (2020-04-05) |
parents | de3280120146 |
children | 67580a057993 |
files | python-couchdbkit/receipt |
line diff
1.1 --- a/python-couchdbkit/receipt Sun Apr 05 14:43:51 2020 +0100 1.2 +++ b/python-couchdbkit/receipt Sun Apr 05 14:51:37 2020 +0100 1.3 @@ -1,19 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-couchdbkit" 1.7 -SOURCE="couchdbkit" 1.8 -VERSION="0.6.2" 1.9 +VERSION="0.6.5" 1.10 CATEGORY="development" 1.11 -SHORT_DESC="A framework for python applications to access and manage CouchDB" 1.12 +SHORT_DESC="A framework for python applications to access and manage CouchDB." 1.13 MAINTAINER="claudinei@slitaz.org" 1.14 LICENSE="MIT" 1.15 -TARBALL="$SOURCE-$VERSION.zip" 1.16 WEB_SITE="https://pypi.org/project/couchdbkit/" 1.17 1.18 -WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip" 1.19 +SOURCE="couchdbkit" 1.20 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.21 1.22 -DEPENDS="python couchdb python-simplejson python-restkit" 1.23 -BUILD_DEPENDS="python python-dev python-setuptools wget" 1.24 +WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.tar.gz" 1.25 + 1.26 +DEPENDS="couchdb python python-restkit python-simplejson" 1.27 +BUILD_DEPENDS="python python-dev python-setuptools" 1.28 1.29 # Rules to configure and make the package. 1.30 compile_rules() 1.31 @@ -25,5 +26,5 @@ 1.32 genpkg_rules() 1.33 { 1.34 mkdir -p $fs/usr 1.35 - cp -a $install/usr $fs 1.36 + cp -a $install/usr $fs 1.37 }