diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-06 16:50:22 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-11 09:30:27 +0700 |
commit | 5b2ed84894dcd71b523451bd915676a0f56d47eb (patch) | |
tree | 6b264edb34e191bc017f7b66a90114dd44d0c354 /python | |
parent | 346cf88c0b847ad29ded47920a77e5961d9ca250 (diff) |
python/python3-ipython-sql: Updated REQUIRES.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-ipython-sql/python3-ipython-sql.SlackBuild | 9 | ||||
-rw-r--r-- | python/python3-ipython-sql/python3-ipython-sql.info | 2 |
2 files changed, 4 insertions, 7 deletions
diff --git a/python/python3-ipython-sql/python3-ipython-sql.SlackBuild b/python/python3-ipython-sql/python3-ipython-sql.SlackBuild index 9a59f8334e50c..0b48d18a0748f 100644 --- a/python/python3-ipython-sql/python3-ipython-sql.SlackBuild +++ b/python/python3-ipython-sql/python3-ipython-sql.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-ipython-sql -# Copyright 2020-2022 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2020-2023 Isaac Yu <isaacyu1@isaacyu1.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.4.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -83,7 +80,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 LICENSE NEWS.rst PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE NEWS.rst README.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/python3-ipython-sql/python3-ipython-sql.info b/python/python3-ipython-sql/python3-ipython-sql.info index 8c296a7a215d9..f2a33473693eb 100644 --- a/python/python3-ipython-sql/python3-ipython-sql.info +++ b/python/python3-ipython-sql/python3-ipython-sql.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython-sql/ipython-s MD5SUM="70c88e1a3e2e0b00eb4d72be45f14d04" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="ipython PrettyTable SQLAlchemy sqlparse" +REQUIRES="ipython PrettyTable SQLAlchemy sqlparse ipython_genutils" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |