mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/pipdeptree: Updated for version 2.16.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6af6991a1f
commit
a2adfd2818
2 changed files with 5 additions and 5 deletions
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pipdeptree
|
||||
VERSION=${VERSION:-2.15.1}
|
||||
VERSION=${VERSION:-2.16.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -75,7 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGES.md LICENSE PKG-INFO README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE PKG-INFO README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pipdeptree"
|
||||
VERSION="2.15.1"
|
||||
VERSION="2.16.1"
|
||||
HOMEPAGE="https://github.com/naiquevin/pipdeptree"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.15.1.tar.gz"
|
||||
MD5SUM="0b7eb316fae9ddc642d216aec6599d67"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.16.1.tar.gz"
|
||||
MD5SUM="ac4fa3dd3b146bd86ee545b161ca05b6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-setuptools-scm-opt python3-hatch_vcs"
|
||||
|
|
Loading…
Reference in a new issue