wok-current rev 23522
updated python-passlib (1.6.2 -> 1.7.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 13:57:21 2020 +0100 (2020-04-06) |
parents | 2b4abb958dd8 |
children | b34097cc0ae7 |
files | python-passlib/receipt |
line diff
1.1 --- a/python-passlib/receipt Mon Apr 06 13:53:11 2020 +0100 1.2 +++ b/python-passlib/receipt Mon Apr 06 13:57:21 2020 +0100 1.3 @@ -2,17 +2,18 @@ 1.4 1.5 PACKAGE="python-passlib" 1.6 SOURCE="passlib" 1.7 -VERSION="1.6.2" 1.8 +VERSION="1.7.2" 1.9 CATEGORY="misc" 1.10 -SHORT_DESC="comprehensive password hashing framework supporting over 30 schemes." 1.11 +SHORT_DESC="Comprehensive password hashing framework supporting over 30 schemes." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://pypi.python.org/pypi/$SOURCE" 1.15 + 1.16 TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://pypi.python.org/pypi/$SOURCE" 1.18 -WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.20 1.21 DEPENDS="python" 1.22 -BUILD_DEPENDS="wget python" 1.23 +BUILD_DEPENDS="python python-setuptools" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 @@ -24,6 +25,5 @@ 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 - cp -a $install/usr $fs/ 1.32 + cp -a $install/usr $fs 1.33 } 1.34 -