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: