wok view python-webtest/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents 7390f8de9846
children a0da61d3dffb
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 python-setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }