summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-11-19 07:52:52 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-26 11:47:39 +0700
commit982998bdfe171002408dc17be8e5a5485aad251c (patch)
tree0752e90d8efe8a2ce260f5d0f5fc77cc9b5fda39 /python
parentf5c3b1f97a53d631ffd850a290db6db0272ff120 (diff)
downloadslackbuilds-982998bdfe171002408dc17be8e5a5485aad251c.tar.gz
slackbuilds-982998bdfe171002408dc17be8e5a5485aad251c.tar.xz
python/python-editor: Updated for version 1.0.2b.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/python-editor/python-editor.SlackBuild7
-rw-r--r--python/python-editor/python-editor.info6
2 files changed, 7 insertions, 6 deletions
diff --git a/python/python-editor/python-editor.SlackBuild b/python/python-editor/python-editor.SlackBuild
index 80440dc875..4ba7528dc7 100644
--- a/python/python-editor/python-editor.SlackBuild
+++ b/python/python-editor/python-editor.SlackBuild
@@ -23,7 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python-editor
-VERSION=${VERSION:-1.0.1}
+VERSION=${VERSION:-1.0.2b}
+SRCVER=${SRCVER:-1.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,9 +60,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
+rm -rf $PRGNAM-$SRCVER
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+cd $PRGNAM-$SRCVER
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/python/python-editor/python-editor.info b/python/python-editor/python-editor.info
index 0fad3cd3b5..37a2a930bd 100644
--- a/python/python-editor/python-editor.info
+++ b/python/python-editor/python-editor.info
@@ -1,8 +1,8 @@
PRGNAM="python-editor"
-VERSION="1.0.1"
+VERSION="1.0.2b"
HOMEPAGE="https://github.com/fmoo/python-editor"
-DOWNLOAD="https://pypi.python.org/packages/2b/c0/df7b87d5cf016f82eab3b05cd35f53287c1178ad8c42bfb6fa61b89b22f6/python-editor-1.0.1.tar.gz"
-MD5SUM="e1fa63535b40e022fa4fd646fd8b511a"
+DOWNLOAD="https://pypi.python.org/packages/1a/0b/af25b4b13644e1b8ce5b32eaca40be2beab542b9c3451198a63f0decfa6a/python-editor-1.0.2b.tar.gz"
+MD5SUM="238dbe80a6e3eb0cb016cacd3b967905"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""