summaryrefslogtreecommitdiffstats
path: root/python/pycryptodomex
diff options
context:
space:
mode:
author Markus Rinne2024-02-17 13:00:22 +0100
committer Willy Sudiarto Raharjo2024-02-17 16:27:47 +0100
commit40a2141c15e80b61e6dc88e6a7d1136062eee8e3 (patch)
tree9ba2708ecd81c56565a8cd94f8ad6766a2a1894b /python/pycryptodomex
parent6a3120f2544838540d4b8a1cd50df357771ee637 (diff)
downloadslackbuilds-40a2141c15e80b61e6dc88e6a7d1136062eee8e3.tar.gz
python/pycryptodomex: Updated for version 3.20.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pycryptodomex')
-rw-r--r--python/pycryptodomex/pycryptodomex.SlackBuild16
-rw-r--r--python/pycryptodomex/pycryptodomex.info6
2 files changed, 4 insertions, 18 deletions
diff --git a/python/pycryptodomex/pycryptodomex.SlackBuild b/python/pycryptodomex/pycryptodomex.SlackBuild
index d888f08b22..16bc633cbc 100644
--- a/python/pycryptodomex/pycryptodomex.SlackBuild
+++ b/python/pycryptodomex/pycryptodomex.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pycryptodomex
-VERSION=${VERSION:-3.18.0}
+VERSION=${VERSION:-3.20.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -50,20 +50,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
-
set -e
rm -rf $PKG
diff --git a/python/pycryptodomex/pycryptodomex.info b/python/pycryptodomex/pycryptodomex.info
index dcd265a215..bd0c97b3eb 100644
--- a/python/pycryptodomex/pycryptodomex.info
+++ b/python/pycryptodomex/pycryptodomex.info
@@ -1,8 +1,8 @@
PRGNAM="pycryptodomex"
-VERSION="3.18.0"
+VERSION="3.20.0"
HOMEPAGE="https://github.com/Legrandin/pycryptodome"
-DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.18.0x/pycryptodome-3.18.0x.tar.gz"
-MD5SUM="ebadb92e7d724b4c52f86d411f871f96"
+DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.20.0x/pycryptodome-3.20.0x.tar.gz"
+MD5SUM="934fe89c1fd2070391cf60de8c8147f9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""