wok-6.x view swagger-py/receipt @ rev 19244

Add swagger-py & ari-py
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 28 15:10:47 2016 +0200 (2016-06-28)
parents
children 645104ef06c0
line source
1 PACKAGE="swagger-py"
2 VERSION="0.2.1"
3 CATEGORY="development"
4 SHORT_DESC="Swagger client library for Python."
5 MAINTAINER="pascal.bellard@slitaz.org"
6 LICENSE="BSD"
7 TARBALL="$PACKAGE-$VERSION.tar.gz"
8 WEB_SITE="https://github.com/digium/swagger-py"
9 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
11 DEPENDS="python"
12 BUILD_DEPENDS="python"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 python setup.py build &&
18 python setup.py install --root=$DESTDIR
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs
25 cp -a $install/usr $fs
26 }