wok view python-webtest/receipt @ rev 16348

Up: slitaz-base-files (5.5)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 13 01:42:13 2014 +0200 (2014-04-13)
parents e39a539394e9
children 7390f8de9846
line source
1 # SliTaz package receipt.
3 PACKAGE="python-webtest"
4 VERSION="1.2.2"
5 CATEGORY="development"
6 SHORT_DESC="Helper to test WSGI applications"
7 MAINTAINER="taziden@slitaz.org"
8 LICENSE="MIT"
9 SOURCE="WebTest"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://pypi.python.org/pypi/$SOURCE/"
12 WGET_URL="$WEB_SITE/packages/source/W/$SOURCE/$TARBALL"
13 TAGS="python"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-dev setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }