wok annotate python-passlib/receipt @ rev 23528

updated python-pillow (2.3.0 -> 6.2.2)
author Hans-G?nter Theisgen
date Mon Apr 06 14:39:48 2020 +0100 (2020-04-06)
parents 7390f8de9846
children 104a2a2e5484
rev   line source
pascal@17233 1 # SliTaz package receipt.
pascal@17233 2
pascal@17233 3 PACKAGE="python-passlib"
pascal@17233 4 SOURCE="passlib"
Hans-G?nter@23522 5 VERSION="1.7.2"
pascal@17233 6 CATEGORY="misc"
Hans-G?nter@23522 7 SHORT_DESC="Comprehensive password hashing framework supporting over 30 schemes."
pascal@17233 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17233 9 LICENSE="BSD"
Hans-G?nter@23522 10 WEB_SITE="https://pypi.python.org/pypi/$SOURCE"
Hans-G?nter@23522 11
pascal@17233 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23522 13 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
pascal@17233 14
pascal@17233 15 DEPENDS="python"
Hans-G?nter@23522 16 BUILD_DEPENDS="python python-setuptools"
pascal@17233 17
pascal@17233 18 # Rules to configure and make the package.
pascal@17233 19 compile_rules()
pascal@17233 20 {
pascal@17233 21 python setup.py build &&
pascal@17233 22 python setup.py install --root=$DESTDIR
pascal@17233 23 }
pascal@17233 24
pascal@17233 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17233 26 genpkg_rules()
pascal@17233 27 {
Hans-G?nter@23522 28 cp -a $install/usr $fs
pascal@17233 29 }