summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2021-05-03 12:36:19 +0300
committer Dimitris Zlatanidis <d.zlatanidis@gmail.com>2021-05-03 12:36:19 +0300
commit6832f8193ce833b21c2a0a41e324f179cfbde467 (patch)
tree32d5d29db2bdd17cd1be1e759c5a8e228831b97b
parent3b8d7e22335e3c823413b19e906705e983f26fc3 (diff)
downloadslackbuilds-6832f8193ce833b21c2a0a41e324f179cfbde467.tar.gz
slackbuilds-6832f8193ce833b21c2a0a41e324f179cfbde467.tar.xz
python/python-editor: Updated for version 1.0.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--python/python-editor/python-editor.SlackBuild5
-rw-r--r--python/python-editor/python-editor.info8
2 files changed, 7 insertions, 6 deletions
diff --git a/python/python-editor/python-editor.SlackBuild b/python/python-editor/python-editor.SlackBuild
index 5be368fd66..56382da85a 100644
--- a/python/python-editor/python-editor.SlackBuild
+++ b/python/python-editor/python-editor.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-editor
-# Copyright 2016 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2016-2021 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python-editor
-VERSION=${VERSION:-1.0.3}
+VERSION=${VERSION:-1.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,6 +70,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
+python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/python/python-editor/python-editor.info b/python/python-editor/python-editor.info
index 7069c3584f..917aeff1fb 100644
--- a/python/python-editor/python-editor.info
+++ b/python/python-editor/python-editor.info
@@ -1,10 +1,10 @@
PRGNAM="python-editor"
-VERSION="1.0.3"
+VERSION="1.0.4"
HOMEPAGE="https://github.com/fmoo/python-editor"
-DOWNLOAD="https://pypi.python.org/packages/65/1e/adf6e000ea5dc909aa420352d6ba37f16434c8a3c2fa030445411a1ed545/python-editor-1.0.3.tar.gz"
-MD5SUM="0aca5f2ef176ce68e98a5b7e31372835"
+DOWNLOAD="https://files.pythonhosted.org/packages/0a/85/78f4a216d28343a67b7397c99825cff336330893f00601443f7c7b2f2234/python-editor-1.0.4.tar.gz"
+MD5SUM="0e52648a4a6e7c89e3be44e9456530b4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="python3-six"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"