diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-11-15 07:08:42 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-18 09:16:10 +0700 |
commit | f8dc1d993fb9f0c7e079ad23b12afe2a192142cc (patch) | |
tree | 89516c4b565b21bc6bcafb720a85ff6eac27def2 | |
parent | f475310e65ebf24a7795002fc1050184c3a61ada (diff) |
python/pipdeptree: Updated for version 2.13.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/pipdeptree/pipdeptree.SlackBuild | 19 | ||||
-rw-r--r-- | python/pipdeptree/pipdeptree.info | 6 |
2 files changed, 4 insertions, 21 deletions
diff --git a/python/pipdeptree/pipdeptree.SlackBuild b/python/pipdeptree/pipdeptree.SlackBuild index a5848fb96ebea..5aba69c9f16d2 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 9db830594b001..953c24bf70665 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" |