From 5a7dd320111f67999ab3323ba505292a96ae6789 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Thu, 30 Jun 2022 13:34:56 -0700 Subject: python/python3-ipython-sql: Update for 0.4.1 Signed-off-by: Willy Sudiarto Raharjo --- python/python3-ipython-sql/python3-ipython-sql.SlackBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'python/python3-ipython-sql/python3-ipython-sql.SlackBuild') diff --git a/python/python3-ipython-sql/python3-ipython-sql.SlackBuild b/python/python3-ipython-sql/python3-ipython-sql.SlackBuild index 76d0c83142..9a59f8334e 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 \ -- cgit v1.2.3