aboutsummaryrefslogtreecommitdiff
path: root/python/cryptography/cryptography.SlackBuild
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 /python/cryptography/cryptography.SlackBuild
parent480a32e5cc14f3a64f751541b6dcdcc191784344 (diff)
python/cryptography: Updated for version 43.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/cryptography/cryptography.SlackBuild')
-rw-r--r--python/cryptography/cryptography.SlackBuild5
1 files changed, 3 insertions, 2 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 \