python/cryptography: Updated for version 43.0.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-07-28 08:27:17 +07:00
parent 480a32e5cc
commit ea687c0a23
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 9 additions and 8 deletions

View file

@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cryptography
VERSION=${VERSION:-42.0.8}
VERSION=${VERSION:-43.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -103,7 +103,8 @@ PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages
rm -rf tests/bench
python3 -m build --no-isolation
git init
python3 -m build --wheel --no-isolation
python3 -m installer -d "$PKG" dist/*.whl
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \

View file

@ -1,12 +1,12 @@
PRGNAM="cryptography"
VERSION="42.0.8"
VERSION="43.0.0"
HOMEPAGE="https://cryptography.io/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-42.0.8.tar.gz \
https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-42.0.8-1.tar.xz"
MD5SUM="413eb813be4922f055ae84ddfcd5a017 \
b91563f5f48c09622493cd0dae94f2fa"
DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-43.0.0.tar.gz \
https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-43.0.0-1.tar.xz"
MD5SUM="86f9bf334cee96e745ef7106151b883d \
09b9f17f966dd6e23f50b75b22009f64"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rust16 python3-setuptools-rust-opt"
REQUIRES="python3-maturin"
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"