wok-6.x diff python-requests/receipt @ rev 17022
busybox/fatattr: fix arm arch (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 14 09:30:28 2014 +0200 (2014-08-14) |
parents | |
children | 5b063a7e40ae |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-requests/receipt Thu Aug 14 09:30:28 2014 +0200 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="python-requests" 1.7 +VERSION="2.3.0" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="Python HTTP Requests for Humans" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="Apache2" 1.12 +WEB_SITE="http://python-requests.org/" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="https://github.com/kennethreitz/requests/archive/v$VERSION.tar.gz" 1.15 + 1.16 +DEPENDS="python" 1.17 +BUILD_DEPENDS="python wget" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + python setup.py install --no-compile --root=$install 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + cp -a $install/* $fs 1.29 +}