# HG changeset patch # User Hans-G?nter Theisgen # Date 1586150819 -3600 # Node ID ad7944242242f96d2edd131863a82f93d0249ac9 # Parent 1c6861d09994d335ce3af7fc36a971ec975d2cfb python-bcrypt: added build dependencies diff -r 1c6861d09994 -r ad7944242242 python-bcrypt/receipt --- a/python-bcrypt/receipt Sun Apr 05 17:52:46 2020 +0100 +++ b/python-bcrypt/receipt Mon Apr 06 06:26:59 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-bcrypt" -SOURCE="bcrypt" VERSION="3.1.7" CATEGORY="development" -SHORT_DESC="Modern password hashing for your software and your servers" +SHORT_DESC="Modern password hashing for software and servers." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="Apache" +WEB_SITE="https://pypi.org/project/bcrypt/" + +SOURCE="bcrypt" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://github.com/pyca/bcrypt/" -WGET_URL="https://github.com/pyca/bcrypt/archive/$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/b/$SOURCE/$TARBALL" DEPENDS="python-cffi" -BUILD_DEPENDS="python-setuptools python-dev libffi-dev" +BUILD_DEPENDS="libffi-dev python-cffi python-cparser python-dev python-setuptools" # Rules to configure and make the package. compile_rules() @@ -25,5 +26,5 @@ genpkg_rules() { mkdir -p $fs - cp -a $install/usr $fs + cp -a $install/usr $fs }