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>
This commit is contained in:
parent
fb78a9dc1a
commit
beed51f581
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue