diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-07-17 21:38:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-17 21:38:18 +0700 |
commit | 61469bac0a72b96013cec367cf77665296c3574e (patch) | |
tree | bc0312c19496c5986bf7f8d34178806121017601 | |
parent | baa3c3ce5efb8c83ad6b9261848782e0a0dc67be (diff) | |
download | slackbuilds-61469bac0a72b96013cec367cf77665296c3574e.tar.gz |
python/pysed: Updated for version 0.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/pysed/README | 6 | ||||
-rw-r--r-- | python/pysed/pysed.SlackBuild | 2 | ||||
-rw-r--r-- | python/pysed/pysed.info | 6 | ||||
-rw-r--r-- | python/pysed/slack-desc | 8 |
4 files changed, 13 insertions, 9 deletions
diff --git a/python/pysed/README b/python/pysed/README index 2ec3870cb0..82209f7f68 100644 --- a/python/pysed/README +++ b/python/pysed/README @@ -1 +1,5 @@ -CLI and API utility that parses and transforms text. +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. One of the elements of distinction is the +use of colors. diff --git a/python/pysed/pysed.SlackBuild b/python/pysed/pysed.SlackBuild index b057322644..4c5ee4669e 100644 --- a/python/pysed/pysed.SlackBuild +++ b/python/pysed/pysed.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pysed -VERSION=${VERSION:-0.2.4} +VERSION=${VERSION:-0.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pysed/pysed.info b/python/pysed/pysed.info index c1838e4dba..74ed65266e 100644 --- a/python/pysed/pysed.info +++ b/python/pysed/pysed.info @@ -1,8 +1,8 @@ PRGNAM="pysed" -VERSION="0.2.4" +VERSION="0.3.0" HOMEPAGE="https://github.com/dslackw/pysed" -DOWNLOAD="https://github.com/dslackw/pysed/archive/v0.2.4.tar.gz" -MD5SUM="261d03fcdc1c5ee1b0f68422ac9719e8" +DOWNLOAD="https://github.com/dslackw/pysed/archive/v0.3.0.tar.gz" +MD5SUM="815f8ef7b8b537233a94ea0c93109f2c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/python/pysed/slack-desc b/python/pysed/slack-desc index 07b0e2be27..f4b23a57d8 100644 --- a/python/pysed/slack-desc +++ b/python/pysed/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| pysed: pysed (sed like utility) pysed: -pysed: CLI and API utility that parses and transforms text. +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: One of the elements of distinction is the use of colors. pysed: pysed: Homepage: https://github.com/dslackw/pysed pysed: pysed: pysed: -pysed: -pysed: -pysed: |