wok annotate python-itsdangerous/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
children b73236c45914
rev   line source
pascal@20451 1 # SliTaz package receipt.
pascal@20451 2
pascal@20451 3 PACKAGE="python-itsdangerous"
pascal@20451 4 SOURCE="itsdangerous"
pascal@20451 5 VERSION="0.24"
pascal@20451 6 CATEGORY="development"
pascal@20451 7 SHORT_DESC="Various helpers to pass trusted data to untrusted environments and back"
pascal@20451 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20451 9 LICENSE="BSD"
pascal@20451 10 WEB_SITE="https://pypi.org/project/click/"
pascal@20451 11 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@20451 12 WGET_URL="https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/$TARBALL"
pascal@20451 13
pascal@20451 14 DEPENDS="python"
pascal@20451 15 BUILD_DEPENDS="python"
pascal@20451 16
pascal@20451 17 # Rules to configure and make the package.
pascal@20451 18 compile_rules()
pascal@20451 19 {
pascal@20451 20 python setup.py install --prefix=/usr --root=$DESTDIR
pascal@20451 21 }
pascal@20451 22
pascal@20451 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20451 24 genpkg_rules()
pascal@20451 25 {
pascal@20451 26 cp -a $install/usr $fs/
pascal@20451 27 }