# HG changeset patch # User Hans-G?nter Theisgen # Date 1586177841 -3600 # Node ID 92f6d61e264bc9ca6d4d9a1874f5014ae940343b # Parent 2b4abb958dd8741e1ac66be01eb13db1ca912713 updated python-passlib (1.6.2 -> 1.7.2) diff -r 2b4abb958dd8 -r 92f6d61e264b python-passlib/receipt --- a/python-passlib/receipt Mon Apr 06 13:53:11 2020 +0100 +++ b/python-passlib/receipt Mon Apr 06 13:57:21 2020 +0100 @@ -2,17 +2,18 @@ PACKAGE="python-passlib" SOURCE="passlib" -VERSION="1.6.2" +VERSION="1.7.2" CATEGORY="misc" -SHORT_DESC="comprehensive password hashing framework supporting over 30 schemes." +SHORT_DESC="Comprehensive password hashing framework supporting over 30 schemes." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" +WEB_SITE="https://pypi.python.org/pypi/$SOURCE" + TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://pypi.python.org/pypi/$SOURCE" -WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="wget python" +BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. compile_rules() @@ -24,6 +25,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs/ + cp -a $install/usr $fs } -