mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/pysed: Updated for version 0.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
baa3c3ce5e
commit
61469bac0a
4 changed files with 13 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue