summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Arn02022-02-25 15:34:50 +0100
committer Willy Sudiarto Raharjo2022-02-26 03:31:38 +0100
commitf56b79ea2891a398c01e677ecb296ba754ce4551 (patch)
tree23ebf7896f87bae2042a920eefe1e7021b058017 /python
parent7908adffa7d3f12be6e891918e1b786eea9b3e08 (diff)
downloadslackbuilds-f56b79ea2891a398c01e677ecb296ba754ce4551.tar.gz
python/hyperlink: updated for version 21.0.0, added python3 build
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/hyperlink/hyperlink.SlackBuild3
-rw-r--r--python/hyperlink/hyperlink.info6
2 files changed, 5 insertions, 4 deletions
diff --git a/python/hyperlink/hyperlink.SlackBuild b/python/hyperlink/hyperlink.SlackBuild
index 136cdce430..6e55216bc6 100644
--- a/python/hyperlink/hyperlink.SlackBuild
+++ b/python/hyperlink/hyperlink.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hyperlink
-VERSION=${VERSION:-17.3.1}
+VERSION=${VERSION:-21.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -82,6 +82,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python 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/hyperlink/hyperlink.info b/python/hyperlink/hyperlink.info
index be3d2481c2..efd796688a 100644
--- a/python/hyperlink/hyperlink.info
+++ b/python/hyperlink/hyperlink.info
@@ -1,8 +1,8 @@
PRGNAM="hyperlink"
-VERSION="17.3.1"
+VERSION="21.0.0"
HOMEPAGE="https://pypi.python.org/pypi/hyperlink"
-DOWNLOAD="https://pypi.python.org/packages/83/df/3bdaf38f21f93429de02f04c6a967d2154955fc5b9a6a1a0b20a682edc13/hyperlink-17.3.1.tar.gz"
-MD5SUM="eaccb9845b559817e838846669cbc68a"
+DOWNLOAD="https://pypi.python.org/packages/source/h/hyperlink/hyperlink-21.0.0.tar.gz"
+MD5SUM="6285ac13e7d6be4157698ad7960ed490"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""