diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2024-03-09 17:47:25 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-11 06:39:30 +0700 |
commit | d17c6f08bff588301c2ec24b110222f715caf4f8 (patch) | |
tree | c202017b2f361194bc391ca5bbfe9517c177b290 /python/objgraph | |
parent | e0e9ddb61d1c7dc1c6b8a47bd4cd5503c9867645 (diff) |
python/objgraph: Updated for version 3.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/objgraph')
-rw-r--r-- | python/objgraph/README | 4 | ||||
-rw-r--r-- | python/objgraph/objgraph.SlackBuild | 16 | ||||
-rw-r--r-- | python/objgraph/objgraph.info | 6 |
3 files changed, 6 insertions, 20 deletions
diff --git a/python/objgraph/README b/python/objgraph/README index 92244cfaf97e..a188ef46c154 100644 --- a/python/objgraph/README +++ b/python/objgraph/README @@ -1,5 +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. +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 8f25f923675b..714df16ef1bb 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.6.0} +VERSION=${VERSION:-3.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -47,20 +47,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM 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 rm -rf $PKG diff --git a/python/objgraph/objgraph.info b/python/objgraph/objgraph.info index 04cce08ff655..87d97f3fa681 100644 --- a/python/objgraph/objgraph.info +++ b/python/objgraph/objgraph.info @@ -1,8 +1,8 @@ PRGNAM="objgraph" -VERSION="3.6.0" +VERSION="3.6.1" HOMEPAGE="https://mg.pov.lt/objgraph/" -DOWNLOAD="https://files.pythonhosted.org/packages/80/f0/ecdf52398873ce10746865d1a04b9a0b5929e3f37ce39fb873bd478b74fe/objgraph-3.6.0.tar.gz" -MD5SUM="e858b6f076c3caf8ecdfe1f926675e9b" +DOWNLOAD="https://files.pythonhosted.org/packages/49/c4/bd177f5a3c2730f939d0ee5949cb0a6a12402863bf3d482cb9e79f296b57/objgraph-3.6.1.tar.gz" +MD5SUM="dbb00c59c5fc4facc17df4c0c3c71eec" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |