summaryrefslogtreecommitdiffstats
path: root/python/cryptography/cryptography.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-10 08:30:59 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-11 06:51:57 +0700
commit126fce4022cc827a06d4e0a4fdca4176588a5299 (patch)
treed55bb0d148e4f43b330ad227c247d2e914b642c4 /python/cryptography/cryptography.SlackBuild
parent8e6e4b655088c64d03f857603f44ae403c4e19e8 (diff)
downloadslackbuilds-126fce4022cc827a06d4e0a4fdca4176588a5299.tar.gz
slackbuilds-126fce4022cc827a06d4e0a4fdca4176588a5299.tar.xz
python/cryptography: Updated for version 42.0.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/cryptography/cryptography.SlackBuild')
-rw-r--r--python/cryptography/cryptography.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/cryptography/cryptography.SlackBuild b/python/cryptography/cryptography.SlackBuild
index 6465d1fd2b..606a982138 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.5}
+VERSION=${VERSION:-42.0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -102,6 +102,7 @@ fi
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
python3 -m installer -d "$PKG" dist/*.whl