Browse Source
python/python3-ipython-sql: Update dep.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/227/head
Isaac Yu
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
3 additions and
13 deletions
-
python/python3-ipython-sql/python3-ipython-sql.SlackBuild
-
python/python3-ipython-sql/python3-ipython-sql.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# 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. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-ipython-sql |
|
|
|
VERSION=${VERSION:-0.5.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
BUILD=${BUILD:-2} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
@ -49,16 +49,6 @@ TMP=${TMP:-/tmp/SBo} |
|
|
|
PKG=$TMP/package-$PRGNAM |
|
|
|
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 |
|
|
|
|
|
|
|
rm -rf $PKG |
|
|
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython-sql/ipython-s |
|
|
|
MD5SUM="63525f1936658d1a5a704ccc2941ad55" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="ipython PrettyTable SQLAlchemy sqlparse ipython_genutils" |
|
|
|
REQUIRES="ipython PrettyTable SQLAlchemy sqlparse python3-ipython_genutils" |
|
|
|
MAINTAINER="Isaac Yu" |
|
|
|
EMAIL="isaacyu@protonmail.com" |