mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
python/python3-ipython-sql: Update dep.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
808a4e5d88
commit
f66dac19ce
2 changed files with 3 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for python3-ipython-sql
|
# Slackware build script for python3-ipython-sql
|
||||||
|
|
||||||
# Copyright 2020-2023 Isaac Yu <isaacyu@protonmail.com>
|
# Copyright 2020-2024 Isaac Yu <isaacyu@protonmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=python3-ipython-sql
|
PRGNAM=python3-ipython-sql
|
||||||
VERSION=${VERSION:-0.5.0}
|
VERSION=${VERSION:-0.5.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
@ -49,16 +49,6 @@ TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
if [ "$ARCH" = "i586" ]; then
|
|
||||||
LIBDIRSUFFIX=""
|
|
||||||
elif [ "$ARCH" = "i686" ]; then
|
|
||||||
LIBDIRSUFFIX=""
|
|
||||||
elif [ "$ARCH" = "x86_64" ]; then
|
|
||||||
LIBDIRSUFFIX="64"
|
|
||||||
else
|
|
||||||
LIBDIRSUFFIX=""
|
|
||||||
fi
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython-sql/ipython-s
|
||||||
MD5SUM="63525f1936658d1a5a704ccc2941ad55"
|
MD5SUM="63525f1936658d1a5a704ccc2941ad55"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="ipython PrettyTable SQLAlchemy sqlparse ipython_genutils"
|
REQUIRES="ipython PrettyTable SQLAlchemy sqlparse python3-ipython_genutils"
|
||||||
MAINTAINER="Isaac Yu"
|
MAINTAINER="Isaac Yu"
|
||||||
EMAIL="isaacyu@protonmail.com"
|
EMAIL="isaacyu@protonmail.com"
|
||||||
|
|
Loading…
Reference in a new issue