wok-current diff python-bcrypt/receipt @ rev 23537
updated python-pydot (1.0.2 -> 1.4.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 16:33:09 2020 +0100 (2020-04-06) |
parents | a9ec8a908c33 |
children | 1df6fa555414 |
line diff
1.1 --- a/python-bcrypt/receipt Sat Sep 28 18:18:15 2019 +0200 1.2 +++ b/python-bcrypt/receipt Mon Apr 06 16:33:09 2020 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-bcrypt" 1.7 -SOURCE="bcrypt" 1.8 VERSION="3.1.7" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Modern password hashing for your software and your servers" 1.11 +SHORT_DESC="Modern password hashing for software and servers." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="Apache" 1.14 +WEB_SITE="https://pypi.org/project/bcrypt/" 1.15 + 1.16 +SOURCE="bcrypt" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="https://github.com/pyca/bcrypt/" 1.19 -WGET_URL="https://github.com/pyca/bcrypt/archive/$VERSION.tar.gz" 1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/b/$SOURCE/$TARBALL" 1.21 1.22 DEPENDS="python-cffi" 1.23 -BUILD_DEPENDS="python-setuptools python-dev libffi-dev" 1.24 +BUILD_DEPENDS="libffi-dev python-cffi python-cparser python-dev python-setuptools" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 @@ -25,5 +26,5 @@ 1.29 genpkg_rules() 1.30 { 1.31 mkdir -p $fs 1.32 - cp -a $install/usr $fs 1.33 + cp -a $install/usr $fs 1.34 }