summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Isaac Yu2022-06-30 22:34:56 +0200
committer Willy Sudiarto Raharjo2022-07-01 05:21:19 +0200
commit5a7dd320111f67999ab3323ba505292a96ae6789 (patch)
tree97ab5d1a42c7d448c25321e8d74861f101e76b91 /python
parentcf6c0357dae4b0c7a776f020b7b4602b9350cd01 (diff)
downloadslackbuilds-5a7dd320111f67999ab3323ba505292a96ae6789.tar.gz
python/python3-ipython-sql: Update for 0.4.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-ipython-sql/python3-ipython-sql.SlackBuild5
-rw-r--r--python/python3-ipython-sql/python3-ipython-sql.info6
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 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 \
diff --git a/python/python3-ipython-sql/python3-ipython-sql.info b/python/python3-ipython-sql/python3-ipython-sql.info
index 6301a01c32..8c296a7a21 100644
--- a/python/python3-ipython-sql/python3-ipython-sql.info
+++ b/python/python3-ipython-sql/python3-ipython-sql.info
@@ -1,8 +1,8 @@
PRGNAM="python3-ipython-sql"
-VERSION="0.4.0"
+VERSION="0.4.1"
HOMEPAGE="https://pypi.python.org/pypi/ipython-sql"
-DOWNLOAD="https://files.pythonhosted.org/packages/f9/6a/286fa8e95db0567b50e2e207f9e45d65223b51b43fc5614729e4275c074b/ipython-sql-0.4.0.tar.gz"
-MD5SUM="06a077fc2ff22ad8436d8e043ac2c6c4"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython-sql/ipython-sql-0.4.1.tar.gz"
+MD5SUM="70c88e1a3e2e0b00eb4d72be45f14d04"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ipython PrettyTable SQLAlchemy sqlparse"