python/python3-networkx: Fix github tarball handling.

https://slackbuilds.org/GITHUB_URLs.txt

This avoids having differently named tarballs and src
directories.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-11-25 22:20:23 +09:00 committed by Willy Sudiarto Raharjo
parent fab5afa1b2
commit 4f97565861
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SRCNAM=networkx
SRCNAM=networkx-networkx
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -68,9 +68,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$SRCNAM-$VERSION
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$SRCNAM-$VERSION
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,7 +1,7 @@
PRGNAM="python3-networkx"
VERSION="2.8.8"
HOMEPAGE="http://networkx.github.io/"
DOWNLOAD="https://github.com/networkx/networkx/archive/refs/tags/networkx-2.8.8/networkx-networkx-2.8.8.tar.gz"
DOWNLOAD="https://github.com/networkx/networkx/archive/networkx-2.8.8/networkx-networkx-2.8.8.tar.gz"
MD5SUM="df9398c5db11589f20e72668f3e1760f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""