wok annotate python-werkzeug/receipt @ rev 23807

eudev: include relocated udevadm
author Richard Dunbar <mojo@slitaz.org>
date Sun May 24 12:23:14 2020 -0400 (2020-05-24)
parents 814362194a8d
children 5ea0ce1cecc0
rev   line source
pascal@12973 1 # SliTaz package receipt.
pascal@12973 2
pascal@12973 3 PACKAGE="python-werkzeug"
Hans-G?nter@23583 4 VERSION="1.0.1"
pascal@12973 5 CATEGORY="development"
Hans-G?nter@23583 6 SHORT_DESC="WSGI utility modules."
pascal@12973 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15133 8 LICENSE="BSD"
Hans-G?nter@23583 9 WEB_SITE="https://pypi.org/project/Werkzeug/"
Hans-G?nter@23583 10
pascal@15133 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@21242 12 WGET_URL="https://github.com/pallets/werkzeug/archive/$VERSION.tar.gz"
pascal@12973 13
pascal@12973 14 DEPENDS="python"
Hans-G?nter@23583 15 BUILD_DEPENDS="python python-dev python-setuptools"
pascal@12973 16
pascal@12973 17 # Rules to configure and make the package.
pascal@12973 18 compile_rules()
pascal@12973 19 {
pascal@12973 20 python setup.py install --root=$DESTDIR
pascal@12973 21 }
pascal@12973 22
pascal@12973 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@12973 24 genpkg_rules()
pascal@12973 25 {
Hans-G?nter@23583 26 cp -a $install/usr $fs
pascal@12973 27 }