# HG changeset patch # User Hans-G?nter Theisgen # Date 1586016100 -3600 # Node ID dda811c974d8d819ab87344db7f44f7b2acd6d8b # Parent feb4dddd17bc3fa21023c2e5b8af3606d742b436 updated pycrypto (2.3 -> 2.6.1) diff -r feb4dddd17bc -r dda811c974d8 pycrypto/receipt --- a/pycrypto/receipt Sat Apr 04 16:56:25 2020 +0100 +++ b/pycrypto/receipt Sat Apr 04 17:01:40 2020 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="pycrypto" -VERSION="2.3" +VERSION="2.6.1" CATEGORY="development" SHORT_DESC="Cryptographic algorithms and protocols for python." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="PublicDomain" +WEB_SITE="https://www.dlitz.net/software/pycrypto/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://www.dlitz.net/software/pycrypto/" -WGET_URL="http://ftp.dlitz.net/pub/dlitz/crypto/$PACKAGE/$TARBALL" +WGET_URL="https://ftp.dlitz.net/pub/dlitz/crypto/$PACKAGE/$TARBALL" -DEPENDS="python gmp" -BUILD_DEPENDS="python-dev gmp-dev" +DEPENDS="gmp python" +BUILD_DEPENDS="gmp-dev python-dev" # Rules to configure and make the package. compile_rules() @@ -23,5 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }