aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2023-10-26 18:14:21 +0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-10-28 13:12:01 +0700
commitbeed51f5811e681f3cf3a7c2945edae556e132f2 (patch)
tree19ad5525e84da13c2c25160f773d7e766a53448b
parentfb78a9dc1a14991867757d5724315e2876963ad8 (diff)
downloadslackbuilds-beed51f5811e681f3cf3a7c2945edae556e132f2.tar.xz
python/asciimatics: Updated for version 1.15.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/asciimatics/asciimatics.SlackBuild6
-rw-r--r--python/asciimatics/asciimatics.info8
2 files changed, 7 insertions, 7 deletions
diff --git a/python/asciimatics/asciimatics.SlackBuild b/python/asciimatics/asciimatics.SlackBuild
index ecbf371df3..1c7e2aa758 100644
--- a/python/asciimatics/asciimatics.SlackBuild
+++ b/python/asciimatics/asciimatics.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for asciimatics
-# Copyright 2016 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2016-2023 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=asciimatics
-VERSION=${VERSION:-1.7.1}
+VERSION=${VERSION:-1.15.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,7 +79,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python2 setup.py install --root=$PKG
+python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/python/asciimatics/asciimatics.info b/python/asciimatics/asciimatics.info
index a529840ab8..c8c46ba2c9 100644
--- a/python/asciimatics/asciimatics.info
+++ b/python/asciimatics/asciimatics.info
@@ -1,10 +1,10 @@
PRGNAM="asciimatics"
-VERSION="1.7.1"
+VERSION="1.15.0"
HOMEPAGE="https://github.com/peterbrittain/asciimatics"
-DOWNLOAD="https://pypi.python.org/packages/3f/dd/930793e697346a38318901ac5a3ad9a3065273708725778de460dfb8a105/asciimatics-1.7.1.tar.gz"
-MD5SUM="fe963462de7e2821e6dfab339e1287e6"
+DOWNLOAD="https://files.pythonhosted.org/packages/dd/2e/146aca5e940c3b0df5c93c99e6eefe9c52e1e70a0e91fc98d2b466de61a4/asciimatics-1.15.0.tar.gz"
+MD5SUM="4304a1cd34e8fa2080bae81a80f47fd7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python2-setuptools-scm pyfiglet"
+REQUIRES="python3-wcwidth pyfiglet"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"