aboutsummaryrefslogtreecommitdiff
path: root/python/objgraph/objgraph.SlackBuild
diff options
context:
space:
mode:
authorMarkus Rinne <markus.ka.rinne@gmail.com>2023-07-22 16:20:43 +0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-25 20:25:22 +0700
commitde84a371d48c764851c12516e9520734b1e1c2e0 (patch)
treea96320068cf8b9993c3a1769833a4ee0f2ab47a1 /python/objgraph/objgraph.SlackBuild
parent312777077461bdd567a06d7383253c56c3fc3c0f (diff)
python/objgraph: Updated for version 3.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/objgraph/objgraph.SlackBuild')
-rw-r--r--python/objgraph/objgraph.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/python/objgraph/objgraph.SlackBuild b/python/objgraph/objgraph.SlackBuild
index 5e96846721..8f25f92367 100644
--- a/python/objgraph/objgraph.SlackBuild
+++ b/python/objgraph/objgraph.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=objgraph
-VERSION=${VERSION:-3.5.0}
+VERSION=${VERSION:-3.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -76,8 +76,6 @@ 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 \