aboutsummaryrefslogtreecommitdiff
path: root/python/python3-ipython-sql/python3-ipython-sql.SlackBuild
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-06-30 13:34:56 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-01 10:21:19 +0700
commit5a7dd320111f67999ab3323ba505292a96ae6789 (patch)
tree97ab5d1a42c7d448c25321e8d74861f101e76b91 /python/python3-ipython-sql/python3-ipython-sql.SlackBuild
parentcf6c0357dae4b0c7a776f020b7b4602b9350cd01 (diff)
python/python3-ipython-sql: Update for 0.4.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-ipython-sql/python3-ipython-sql.SlackBuild')
-rw-r--r--python/python3-ipython-sql/python3-ipython-sql.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/python/python3-ipython-sql/python3-ipython-sql.SlackBuild b/python/python3-ipython-sql/python3-ipython-sql.SlackBuild
index 76d0c83142d72..9a59f8334e50c 100644
--- a/python/python3-ipython-sql/python3-ipython-sql.SlackBuild
+++ b/python/python3-ipython-sql/python3-ipython-sql.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-ipython-sql
-VERSION=${VERSION:-0.4.0}
+VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -77,9 +77,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# Workaround - the source does not have a NEWS.rst by default
-sed -e 's/^[ \t]*//; 396,561! d' PKG-INFO >> NEWS.rst
-
python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \