aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-28 08:27:17 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-28 20:54:36 +0700
commitea687c0a23b1d74dee244ba13ceaad6b38906bc2 (patch)
treeaf258d86045ddf09ebbe8e9748e864d7a6113927
parent480a32e5cc14f3a64f751541b6dcdcc191784344 (diff)
python/cryptography: Updated for version 43.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/cryptography/cryptography.SlackBuild5
-rw-r--r--python/cryptography/cryptography.info12
2 files changed, 9 insertions, 8 deletions
diff --git a/python/cryptography/cryptography.SlackBuild b/python/cryptography/cryptography.SlackBuild
index 3e07686823..f338128798 100644
--- a/python/cryptography/cryptography.SlackBuild
+++ b/python/cryptography/cryptography.SlackBuild
@@ -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 \
diff --git a/python/cryptography/cryptography.info b/python/cryptography/cryptography.info
index 9677749fea..b2e2f5a8ab 100644
--- a/python/cryptography/cryptography.info
+++ b/python/cryptography/cryptography.info
@@ -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"