# HG changeset patch # User Hans-G?nter Theisgen # Date 1656693551 -3600 # Node ID 45288ce2ee21bfa9346f45b4d54d9a68be3d8498 # Parent a44b366afa2561a51c4f76b2d7d350d23501a444 updated python-cryptography (2.7 -> 2.8) diff -r a44b366afa25 -r 45288ce2ee21 python-cryptography/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-cryptography/description.txt Fri Jul 01 17:39:11 2022 +0100 @@ -0,0 +1,3 @@ +Python-cryptography includes both high level recipes and low level +interfaces to common cryptographic algorithms such as symmetric +ciphers, message digests, and key derivation functions. diff -r a44b366afa25 -r 45288ce2ee21 python-cryptography/receipt --- a/python-cryptography/receipt Fri Jul 01 17:16:59 2022 +0100 +++ b/python-cryptography/receipt Fri Jul 01 17:39:11 2022 +0100 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="python-cryptography" -VERSION="2.7" +VERSION="2.8" CATEGORY="development" -SHORT_DESC="Python library exposing cryptographic recipes and primitives" +SHORT_DESC="Python library exposing cryptographic recipes and primitives." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="https://cryptography.io/" @@ -12,7 +12,7 @@ DEPENDS="python python-six python-enum34 python-asn1crypto" BUILD_DEPENDS="python-setuptools openssl-dev python-dev python-cffi \ -python-cparser" + python-cparser" #BUILD_DEPENDS="python" current_version() @@ -24,11 +24,14 @@ # Rules to configure and make the package. compile_rules() { - python setup.py install --prefix=/usr --root=$DESTDIR + python setup.py \ + install \ + --prefix=/usr \ + --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs/ + cook_copy_folders lib }