summaryrefslogtreecommitdiffstats
path: root/python/pipdeptree
diff options
context:
space:
mode:
author fourtysixandtwo2023-11-15 15:08:42 +0100
committer Willy Sudiarto Raharjo2023-11-18 03:16:10 +0100
commitf8dc1d993fb9f0c7e079ad23b12afe2a192142cc (patch)
tree89516c4b565b21bc6bcafb720a85ff6eac27def2 /python/pipdeptree
parentf475310e65ebf24a7795002fc1050184c3a61ada (diff)
downloadslackbuilds-f8dc1d993fb9f0c7e079ad23b12afe2a192142cc.tar.gz
python/pipdeptree: Updated for version 2.13.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pipdeptree')
-rw-r--r--python/pipdeptree/pipdeptree.SlackBuild19
-rw-r--r--python/pipdeptree/pipdeptree.info6
2 files changed, 4 insertions, 21 deletions
diff --git a/python/pipdeptree/pipdeptree.SlackBuild b/python/pipdeptree/pipdeptree.SlackBuild
index a5848fb96e..5aba69c9f1 100644
--- a/python/pipdeptree/pipdeptree.SlackBuild
+++ b/python/pipdeptree/pipdeptree.SlackBuild
@@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pipdeptree
-VERSION=${VERSION:-2.13.0}
+VERSION=${VERSION:-2.13.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -51,23 +51,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"
-elif [ "$ARCH" = "aarch64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
-
set -e
rm -rf $PKG
diff --git a/python/pipdeptree/pipdeptree.info b/python/pipdeptree/pipdeptree.info
index 9db830594b..953c24bf70 100644
--- a/python/pipdeptree/pipdeptree.info
+++ b/python/pipdeptree/pipdeptree.info
@@ -1,8 +1,8 @@
PRGNAM="pipdeptree"
-VERSION="2.13.0"
+VERSION="2.13.1"
HOMEPAGE="https://github.com/naiquevin/pipdeptree"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.13.0.tar.gz"
-MD5SUM="81cd41faa97765062deee804956d53fd"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.13.1.tar.gz"
+MD5SUM="d188eed9bac6bfe8c39b95f9967c91a2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-scm-opt python3-hatch_vcs"