wok view locustio/receipt @ rev 22357

locustio: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 20 22:04:09 2019 +0100 (2019-11-20)
parents a54924df72eb
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="locustio"
4 VERSION="0.13.2"
5 CATEGORY="misc"
6 SHORT_DESC="Scalable user load testing tool"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://locust.io/"
11 WGET_URL="https://github.com/locustio/locust/archive/$VERSION.tar.gz"
12 TAGS="python"
14 DEPENDS="python"
15 BUILD_DEPENDS="python-setuptools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }