From 0cec345a7814f9ade44bd6752524ca562c13c9be Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 1 Dec 2016 03:11:36 +0200 Subject: python/python-editor: Updated for version 1.0.3. Signed-off-by: Dimitris Zlatanidis Signed-off-by: Willy Sudiarto Raharjo --- python/python-editor/python-editor.SlackBuild | 7 +++---- python/python-editor/python-editor.info | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/python/python-editor/python-editor.SlackBuild b/python/python-editor/python-editor.SlackBuild index 4ba7528dc7..5be368fd66 100644 --- a/python/python-editor/python-editor.SlackBuild +++ b/python/python-editor/python-editor.SlackBuild @@ -23,8 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-editor -VERSION=${VERSION:-1.0.2b} -SRCVER=${SRCVER:-1.0.2} +VERSION=${VERSION:-1.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,9 +59,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$SRCVER +rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$SRCVER +cd $PRGNAM-$VERSION 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 37a2a930bd..5e8c037a19 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.2b" +VERSION="1.0.3" HOMEPAGE="https://github.com/fmoo/python-editor" -DOWNLOAD="https://pypi.python.org/packages/1a/0b/af25b4b13644e1b8ce5b32eaca40be2beab542b9c3451198a63f0decfa6a/python-editor-1.0.2b.tar.gz" -MD5SUM="238dbe80a6e3eb0cb016cacd3b967905" +DOWNLOAD="https://pypi.python.org/packages/65/1e/adf6e000ea5dc909aa420352d6ba37f16434c8a3c2fa030445411a1ed545/python-editor-1.0.3.tar.gz" +MD5SUM="0aca5f2ef176ce68e98a5b7e31372835" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="six" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" -- cgit v1.2.3