wok diff python-cryptography/receipt @ rev 25420

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 08 07:39:58 2022 +0000 (22 months ago)
parents 45288ce2ee21
children
line diff
     1.1 --- a/python-cryptography/receipt	Fri Jul 01 17:39:11 2022 +0100
     1.2 +++ b/python-cryptography/receipt	Mon Aug 08 07:39:58 2022 +0000
     1.3 @@ -1,19 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-cryptography"
     1.7 -VERSION="2.8"
     1.8 +VERSION="3.3.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Python library exposing cryptographic recipes and primitives."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13  WEB_SITE="https://cryptography.io/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WGET_URL="https://github.com/pyca/cryptography/archive/$VERSION.tar.gz"
    1.17  
    1.18 -DEPENDS="python python-six python-enum34 python-asn1crypto"
    1.19 -BUILD_DEPENDS="python-setuptools openssl-dev python-dev python-cffi \
    1.20 -	python-cparser"
    1.21 -#BUILD_DEPENDS="python"
    1.22 +DEPENDS="python python-asn1crypto python-enum34 python-six"
    1.23 +BUILD_DEPENDS="openssl-dev python-cffi python-cparser python-dev
    1.24 +	python-setuptools"
    1.25  
    1.26  current_version()
    1.27  {