wok diff python-bcrypt/receipt @ rev 25336

updated suricata (5.0.2 -> 6.0.6)
author Hans-G?nter Theisgen
date Sat Jul 23 17:54:01 2022 +0100 (23 months ago)
parents 076f424196b2
children 1df2f00504a9
line diff
     1.1 --- a/python-bcrypt/receipt	Sun Feb 06 11:51:57 2022 +0000
     1.2 +++ b/python-bcrypt/receipt	Sat Jul 23 17:54:01 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  }