summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-06-17 05:59:41 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-20 11:53:30 +0700
commit32fd9e8055b27632ff366bcfb4f5b3cc2d8669cc (patch)
tree768bcf735dc428c8ab8f30461b4f640c3ce4c239
parent712dc6b1ae129c3de8287f6f449c5fb6c6f555a5 (diff)
downloadslackbuilds-32fd9e8055b27632ff366bcfb4f5b3cc2d8669cc.tar.gz
slackbuilds-32fd9e8055b27632ff366bcfb4f5b3cc2d8669cc.tar.xz
python/pysed: Updated for version 0.7.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--python/pysed/README9
-rw-r--r--python/pysed/pysed.SlackBuild6
-rw-r--r--python/pysed/pysed.info6
-rw-r--r--python/pysed/slack-desc8
4 files changed, 14 insertions, 15 deletions
diff --git a/python/pysed/README b/python/pysed/README
index ca361a2103..6373498421 100644
--- a/python/pysed/README
+++ b/python/pysed/README
@@ -1,5 +1,4 @@
-Pysed is a Python stream editor, is used to perform basic
-text transformations from a file. It reads text, line by
-line, from a file and replace, insert or print all text or
-specific area. Actually pysed is a passage of Python module
-‘re’ in terminal.
+Pysed is a stream editor, is used to perform basic text
+transformations from a file or from pipeline. It reads text,
+line by line, from a file and replace, insert or print all
+text or specific area.
diff --git a/python/pysed/pysed.SlackBuild b/python/pysed/pysed.SlackBuild
index 48ddb0beb5..825bb40c05 100644
--- a/python/pysed/pysed.SlackBuild
+++ b/python/pysed/pysed.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pysed
-# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2015 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=pysed
-VERSION=${VERSION:-0.7.6}
+VERSION=${VERSION:-0.7.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/python/pysed/pysed.info b/python/pysed/pysed.info
index bfd72b47e8..1851df212a 100644
--- a/python/pysed/pysed.info
+++ b/python/pysed/pysed.info
@@ -1,8 +1,8 @@
PRGNAM="pysed"
-VERSION="0.7.6"
+VERSION="0.7.7"
HOMEPAGE="https://github.com/dslackw/pysed"
-DOWNLOAD="https://github.com/dslackw/pysed/archive/v0.7.6.tar.gz"
-MD5SUM="6d5ec686c3e8c5c3e4fdb76247d077eb"
+DOWNLOAD="http://sourceforge.net/projects/python-sed/files/pysed-0.7.7/pysed-0.7.7.tar.gz"
+MD5SUM="92883ece7f600102a9ad31ac9f13cacd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/python/pysed/slack-desc b/python/pysed/slack-desc
index c86e200b00..e3dd50873b 100644
--- a/python/pysed/slack-desc
+++ b/python/pysed/slack-desc
@@ -8,10 +8,10 @@
|-----handy-ruler------------------------------------------------------|
pysed: pysed (sed like utility)
pysed:
-pysed: Pysed is a Python stream editor, is used to perform basic text
-pysed: ransformations from a file. It reads text, line by line, from
-pysed: a file and replace, insert or print all text or specific area.
-pysed: Actually pysed is a passage of Python module ‘re’ in terminal.
+pysed: Pysed is a stream editor, is used to perform basic text
+pysed: transformations from a file or from pipeline. It reads text,
+pysed: line by line, from a file and replace, insert or print all
+pysed: text or specific area.
pysed:
pysed: Homepage: https://github.com/dslackw/pysed
pysed: