wok annotate python-itsdangerous/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents bcdfc23ee041
children 1df6fa555414
rev   line source
pascal@20451 1 # SliTaz package receipt.
pascal@20451 2
pascal@20451 3 PACKAGE="python-itsdangerous"
Hans-G?nter@23498 4 VERSION="1.1.0"
pascal@20451 5 CATEGORY="development"
Hans-G?nter@23498 6 SHORT_DESC="Various helpers to pass trusted data to untrusted environments and back."
pascal@20451 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20451 8 LICENSE="BSD"
Hans-G?nter@23498 9 WEB_SITE="https://pypi.org/project/itsdangerous/"
Hans-G?nter@23498 10
Hans-G?nter@23498 11 SOURCE="itsdangerous"
pascal@20451 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23498 13 WGET_URL="https://files.pythonhosted.org/packages/source/i/$SOURCE/$TARBALL"
pascal@20451 14
pascal@20451 15 DEPENDS="python"
Hans-G?nter@23498 16 BUILD_DEPENDS="python python-setuptools"
pascal@20451 17
pascal@20451 18 # Rules to configure and make the package.
pascal@20451 19 compile_rules()
pascal@20451 20 {
pascal@20451 21 python setup.py install --prefix=/usr --root=$DESTDIR
pascal@20451 22 }
pascal@20451 23
pascal@20451 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20451 25 genpkg_rules()
pascal@20451 26 {
Hans-G?nter@23498 27 cp -a $install/usr $fs
pascal@20451 28 }