wok-next diff python-restclient/receipt @ rev 16047
Update MAINTAINER for lufeng369
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 10 11:43:00 2014 +0000 (2014-03-10) |
parents | 44eacb6d3864 |
children | 7390f8de9846 |
line diff
1.1 --- a/python-restclient/receipt Wed Apr 17 12:59:13 2013 +0200 1.2 +++ b/python-restclient/receipt Mon Mar 10 11:43:00 2014 +0000 1.3 @@ -6,12 +6,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="A simple REST client for python" 1.6 MAINTAINER="claudinei@slitaz.org" 1.7 -DEPENDS="python python-httplib2" 1.8 -BUILD_DEPENDS="python python-dev setuptools" 1.9 +LICENSE="MIT" 1.10 TARBALL="$PACKAGE-$VERSION.tgz" 1.11 WEB_SITE="http://bitbucket.org/benoitc/$SOURCE" 1.12 WGET_URL="$WEB_SITE/get/$VERSION.gz" 1.13 1.14 +DEPENDS="python python-httplib2" 1.15 +BUILD_DEPENDS="python python-dev setuptools" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {