diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2023-07-22 16:20:43 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-25 20:25:22 +0700 |
commit | de84a371d48c764851c12516e9520734b1e1c2e0 (patch) | |
tree | a96320068cf8b9993c3a1769833a4ee0f2ab47a1 /python/objgraph | |
parent | 312777077461bdd567a06d7383253c56c3fc3c0f (diff) |
python/objgraph: Updated for version 3.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/objgraph')
-rw-r--r-- | python/objgraph/README | 3 | ||||
-rw-r--r-- | python/objgraph/objgraph.SlackBuild | 4 | ||||
-rw-r--r-- | python/objgraph/objgraph.info | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/python/objgraph/README b/python/objgraph/README index 0ae9cbce60b8..92244cfaf97e 100644 --- a/python/objgraph/README +++ b/python/objgraph/README @@ -1,2 +1,5 @@ objgraph is a module that lets you visually explore Python object graphs. + +Graphviz (https://graphviz.org) is an optional dependency. It is needed for +drawing the graphs. diff --git a/python/objgraph/objgraph.SlackBuild b/python/objgraph/objgraph.SlackBuild index 5e96846721fb..8f25f923675b 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 \ diff --git a/python/objgraph/objgraph.info b/python/objgraph/objgraph.info index dd1ed39dd5c9..04cce08ff655 100644 --- a/python/objgraph/objgraph.info +++ b/python/objgraph/objgraph.info @@ -1,10 +1,10 @@ PRGNAM="objgraph" -VERSION="3.5.0" +VERSION="3.6.0" HOMEPAGE="https://mg.pov.lt/objgraph/" -DOWNLOAD="https://files.pythonhosted.org/packages/08/f9/05c2b413d39e86772a4dda63f78232a3fc62f2545cf5f3e23acc6cabaef7/objgraph-3.5.0.tar.gz" -MD5SUM="31ddfc309dd9ae41ddc50763737fdc6f" +DOWNLOAD="https://files.pythonhosted.org/packages/80/f0/ecdf52398873ce10746865d1a04b9a0b5929e3f37ce39fb873bd478b74fe/objgraph-3.6.0.tar.gz" +MD5SUM="e858b6f076c3caf8ecdfe1f926675e9b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="graphviz" +REQUIRES="" MAINTAINER="Markus Rinne" EMAIL="markus.ka.rinne@gmail.com" |