wok annotate python-werkzeug/receipt @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
parents 9820f9ae38d5
children 9899c003230e
rev   line source
pascal@12973 1 # SliTaz package receipt.
pascal@12973 2
pascal@12973 3 PACKAGE="python-werkzeug"
pascal@21242 4 VERSION="0.15.2"
pascal@12973 5 CATEGORY="development"
pascal@12973 6 SHORT_DESC="WSGI utility modules"
pascal@12973 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15133 8 LICENSE="BSD"
pascal@15133 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@12973 10 WEB_SITE="http://werkzeug.pocoo.org/"
pascal@21242 11 WGET_URL="https://github.com/pallets/werkzeug/archive/$VERSION.tar.gz"
pascal@12973 12
pascal@12973 13 DEPENDS="python"
pascal@21582 14 BUILD_DEPENDS="python-dev python-setuptools"
pascal@12973 15
pascal@12973 16 # Rules to configure and make the package.
pascal@12973 17 compile_rules()
pascal@12973 18 {
pascal@12973 19 python setup.py install --root=$DESTDIR
pascal@12973 20 }
pascal@12973 21
pascal@12973 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@12973 23 genpkg_rules()
pascal@12973 24 {
pascal@15131 25 cp -a $install/usr $fs
pascal@12973 26 }