aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/pipdeptree/pipdeptree.SlackBuild6
-rw-r--r--python/pipdeptree/pipdeptree.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/pipdeptree/pipdeptree.SlackBuild b/python/pipdeptree/pipdeptree.SlackBuild
index e93d7b7fad..65bd28eeb4 100644
--- a/python/pipdeptree/pipdeptree.SlackBuild
+++ b/python/pipdeptree/pipdeptree.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pipdeptree
-# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2022 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=pipdeptree
-VERSION=${VERSION:-0.11.0}
+VERSION=${VERSION:-2.2.1}
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 {} \;
-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/pipdeptree/pipdeptree.info b/python/pipdeptree/pipdeptree.info
index 3a636c5795..d026bb86de 100644
--- a/python/pipdeptree/pipdeptree.info
+++ b/python/pipdeptree/pipdeptree.info
@@ -1,8 +1,8 @@
PRGNAM="pipdeptree"
-VERSION="0.11.0"
+VERSION="2.2.1"
HOMEPAGE="https://github.com/naiquevin/pipdeptree"
-DOWNLOAD="https://pypi.python.org/packages/3c/96/c029c354e9f26abdc100b813ceeaef3ee1157485bcd13ed74625661f868b/pipdeptree-0.11.0.tar.gz"
-MD5SUM="0f8d54572e9f700357e16fc994fb1b04"
+DOWNLOAD="https://files.pythonhosted.org/packages/9e/c0/2ca9cb24d8045a1c84bdeca2b2646fcf438266a930301a7672c4cb8d0ff9/pipdeptree-2.2.1.tar.gz"
+MD5SUM="05cab13fbae0ebb7015a6ce6757000e7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""