mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/pysed: Updated for version 0.7.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
712dc6b1ae
commit
32fd9e8055
4 changed files with 14 additions and 15 deletions
|
@ -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.
|
||||
|
|
|
@ -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 . \
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue