summaryrefslogtreecommitdiffstats
path: root/python/python3-automat
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-automat')
-rw-r--r--python/python3-automat/python3-automat.SlackBuild7
-rw-r--r--python/python3-automat/python3-automat.info8
2 files changed, 9 insertions, 6 deletions
diff --git a/python/python3-automat/python3-automat.SlackBuild b/python/python3-automat/python3-automat.SlackBuild
index 5f2a7c887a..b170f1232b 100644
--- a/python/python3-automat/python3-automat.SlackBuild
+++ b/python/python3-automat/python3-automat.SlackBuild
@@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-automat
SRCNAM=Automat
-VERSION=${VERSION:-20.2.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-22.10.0}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -62,6 +62,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+elif [ "$ARCH" = "aarch64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
diff --git a/python/python3-automat/python3-automat.info b/python/python3-automat/python3-automat.info
index 778fdcb838..b9088b1896 100644
--- a/python/python3-automat/python3-automat.info
+++ b/python/python3-automat/python3-automat.info
@@ -1,10 +1,10 @@
PRGNAM="python3-automat"
-VERSION="20.2.0"
+VERSION="22.10.0"
HOMEPAGE="https://pypi.python.org/pypi/Automat"
-DOWNLOAD="https://pypi.python.org/packages/source/A/Automat/Automat-20.2.0.tar.gz"
-MD5SUM="d6cef9886b037b8857bfbc686f3ae30a"
+DOWNLOAD="https://pypi.python.org/packages/source/A/Automat/Automat-22.10.0.tar.gz"
+MD5SUM="b8064994239aabb172748f984489ce75"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-attrs wheel"
+REQUIRES="python3-attrs python3-wheel"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"