wok rev 25163

updated python-bcrypt (3.1.7 -> 3.2.2)
author Hans-G?nter Theisgen
date Fri Jul 01 10:37:34 2022 +0100 (21 months ago)
parents 8e2c3858ed67
children c056636b8c7e
files python-bcrypt/receipt
line diff
     1.1 --- a/python-bcrypt/receipt	Fri Jul 01 10:12:48 2022 +0100
     1.2 +++ b/python-bcrypt/receipt	Fri Jul 01 10:37:34 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-bcrypt"
     1.7 -VERSION="3.1.7"
     1.8 +VERSION="3.2.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Modern password hashing for software and servers."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -10,7 +10,7 @@
    1.13  
    1.14  SOURCE="bcrypt"
    1.15  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 -WGET_URL="https://files.pythonhosted.org/packages/source/b/$SOURCE/$TARBALL"
    1.17 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.18  
    1.19  DEPENDS="python-cffi"
    1.20  BUILD_DEPENDS="libffi-dev python-cffi python-cparser python-dev python-setuptools"
    1.21 @@ -31,6 +31,5 @@
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs
    1.26 -	cp -a $install/usr	$fs
    1.27 +	cook_copy_folders	lib
    1.28  }