summaryrefslogtreecommitdiffstats
path: root/libraries/pyte
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2023-11-17 22:01:38 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-18 09:16:07 +0700
commit17c0532f37b2dc5a091487ad5bf187b8d499b6bc (patch)
tree47798daf7f43d9eaf0ed427e7307b53a5ef53d02 /libraries/pyte
parentdac87d24e98ba29908b41611f6c3b1c3c09fdea4 (diff)
downloadslackbuilds-17c0532f37b2dc5a091487ad5bf187b8d499b6bc.tar.gz
slackbuilds-17c0532f37b2dc5a091487ad5bf187b8d499b6bc.tar.xz
libraries/pyte: Updated for version 0.8.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/pyte')
-rw-r--r--libraries/pyte/pyte.SlackBuild8
-rw-r--r--libraries/pyte/pyte.info10
2 files changed, 9 insertions, 9 deletions
diff --git a/libraries/pyte/pyte.SlackBuild b/libraries/pyte/pyte.SlackBuild
index 495c495f7d..4de67457dc 100644
--- a/libraries/pyte/pyte.SlackBuild
+++ b/libraries/pyte/pyte.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pyte
-# Copyright 2016-2018 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,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pyte
-VERSION=${VERSION:-0.8.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.8.2}
+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/libraries/pyte/pyte.info b/libraries/pyte/pyte.info
index 972356b380..f8770f85e5 100644
--- a/libraries/pyte/pyte.info
+++ b/libraries/pyte/pyte.info
@@ -1,10 +1,10 @@
PRGNAM="pyte"
-VERSION="0.8.0"
+VERSION="0.8.2"
HOMEPAGE="https://github.com/selectel/pyte"
-DOWNLOAD="https://github.com/selectel/pyte/archive/0.8.0/pyte-0.8.0.tar.gz"
-MD5SUM="d480ad3c1e023adf84a64eee71f58b10"
+DOWNLOAD="https://github.com/selectel/pyte/archive/0.8.2/pyte-0.8.2.tar.gz"
+MD5SUM="84ae0278eb9caf5dbabe9c6b63132375"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python2-pytest-runner wcwidth"
+REQUIRES="python3-pytest-runner python3-wcwidth"
MAINTAINER="Dimitris Zlatanidis"
-EMAIL="d.zlatanidis@gmail.com"
+EMAIL="dslackw@gmail.com"