python/objgraph: Updated for version 3.6.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Rinne 2024-03-09 17:47:25 +02:00 committed by Willy Sudiarto Raharjo
parent e0e9ddb61d
commit d17c6f08bf
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 6 additions and 20 deletions

View file

@ -1,5 +1,5 @@
objgraph is a module that lets you visually explore Python object objgraph is a module that lets you visually explore Python object
graphs. graphs.
Graphviz (https://graphviz.org) is an optional dependency. It is needed for Graphviz (https://graphviz.org) is an optional dependency. It is needed
drawing the graphs. for drawing the graphs.

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=objgraph PRGNAM=objgraph
VERSION=${VERSION:-3.6.0} VERSION=${VERSION:-3.6.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -47,20 +47,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp} OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e set -e
rm -rf $PKG rm -rf $PKG

View file

@ -1,8 +1,8 @@
PRGNAM="objgraph" PRGNAM="objgraph"
VERSION="3.6.0" VERSION="3.6.1"
HOMEPAGE="https://mg.pov.lt/objgraph/" HOMEPAGE="https://mg.pov.lt/objgraph/"
DOWNLOAD="https://files.pythonhosted.org/packages/80/f0/ecdf52398873ce10746865d1a04b9a0b5929e3f37ce39fb873bd478b74fe/objgraph-3.6.0.tar.gz" DOWNLOAD="https://files.pythonhosted.org/packages/49/c4/bd177f5a3c2730f939d0ee5949cb0a6a12402863bf3d482cb9e79f296b57/objgraph-3.6.1.tar.gz"
MD5SUM="e858b6f076c3caf8ecdfe1f926675e9b" MD5SUM="dbb00c59c5fc4facc17df4c0c3c71eec"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""