# HG changeset patch # User Hans-G?nter Theisgen # Date 1656668254 -3600 # Node ID d402990be9fdfbafa4e09f4837ee83cf19583efd # Parent 8e2c3858ed67907a12029ac02fb51c54544c90c4 updated python-bcrypt (3.1.7 -> 3.2.2) diff -r 8e2c3858ed67 -r d402990be9fd python-bcrypt/receipt --- a/python-bcrypt/receipt Fri Jul 01 10:12:48 2022 +0100 +++ b/python-bcrypt/receipt Fri Jul 01 10:37:34 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="python-bcrypt" -VERSION="3.1.7" +VERSION="3.2.2" CATEGORY="development" SHORT_DESC="Modern password hashing for software and servers." MAINTAINER="pascal.bellard@slitaz.org" @@ -10,7 +10,7 @@ SOURCE="bcrypt" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://files.pythonhosted.org/packages/source/b/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python-cffi" BUILD_DEPENDS="libffi-dev python-cffi python-cparser python-dev python-setuptools" @@ -31,6 +31,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs - cp -a $install/usr $fs + cook_copy_folders lib }