mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/cryptography: Updated for version 42.0.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8e6e4b6550
commit
126fce4022
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="cryptography"
|
||||
VERSION="42.0.5"
|
||||
VERSION="42.0.7"
|
||||
HOMEPAGE="https://cryptography.io/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-42.0.5.tar.gz \
|
||||
https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-42.0.5-1.tar.xz"
|
||||
MD5SUM="f31af409d2d41b9e8cedb2fe19d4e2dd \
|
||||
90b2104d9ecd410663774970bb95b78d"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-42.0.7.tar.gz \
|
||||
https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-42.0.7-1.tar.xz"
|
||||
MD5SUM="07daf829afd60b3e6326d01166add3a1 \
|
||||
cbfb292fbdd71cbc8b9a05ac267af0c8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="rust16 python3-setuptools-rust-opt"
|
||||
|
|
Loading…
Reference in a new issue