python/pipdeptree: Updated for version 2.13.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-11-15 07:08:42 -07:00 committed by Willy Sudiarto Raharjo
parent f475310e65
commit f8dc1d993f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 21 deletions

View file

@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pipdeptree PRGNAM=pipdeptree
VERSION=${VERSION:-2.13.0} VERSION=${VERSION:-2.13.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -51,23 +51,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"
elif [ "$ARCH" = "aarch64" ]; 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="pipdeptree" PRGNAM="pipdeptree"
VERSION="2.13.0" VERSION="2.13.1"
HOMEPAGE="https://github.com/naiquevin/pipdeptree" HOMEPAGE="https://github.com/naiquevin/pipdeptree"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.13.0.tar.gz" DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.13.1.tar.gz"
MD5SUM="81cd41faa97765062deee804956d53fd" MD5SUM="d188eed9bac6bfe8c39b95f9967c91a2"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="python3-setuptools-scm-opt python3-hatch_vcs" REQUIRES="python3-setuptools-scm-opt python3-hatch_vcs"