python/objgraph: Updated for version 3.6.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Rinne 2023-07-22 16:20:43 +03:00 committed by Willy Sudiarto Raharjo
parent 3127770774
commit de84a371d4
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 8 additions and 7 deletions

View File

@ -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.

View File

@ -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 \

View File

@ -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"