wok rev 25191
updated python-cryptography (2.8 -> 3.3.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 10:08:55 2022 +0100 (2022-07-13) |
parents | 6b30e1fc52dd |
children | 2d58a3f6283c |
files | python-cryptography/receipt |
line diff
1.1 --- a/python-cryptography/receipt Tue Jul 12 21:10:12 2022 +0000 1.2 +++ b/python-cryptography/receipt Wed Jul 13 10:08:55 2022 +0100 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 {