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
|
Pysed is a stream editor, is used to perform basic text
|
||||||
text transformations from a file. It reads text, line by
|
transformations from a file or from pipeline. It reads text,
|
||||||
line, from a file and replace, insert or print all text or
|
line by line, from a file and replace, insert or print all
|
||||||
specific area. Actually pysed is a passage of Python module
|
text or specific area.
|
||||||
‘re’ in terminal.
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for pysed
|
# Slackware build script for pysed
|
||||||
|
|
||||||
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=pysed
|
PRGNAM=pysed
|
||||||
VERSION=${VERSION:-0.7.6}
|
VERSION=${VERSION:-0.7.7}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
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
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="pysed"
|
PRGNAM="pysed"
|
||||||
VERSION="0.7.6"
|
VERSION="0.7.7"
|
||||||
HOMEPAGE="https://github.com/dslackw/pysed"
|
HOMEPAGE="https://github.com/dslackw/pysed"
|
||||||
DOWNLOAD="https://github.com/dslackw/pysed/archive/v0.7.6.tar.gz"
|
DOWNLOAD="http://sourceforge.net/projects/python-sed/files/pysed-0.7.7/pysed-0.7.7.tar.gz"
|
||||||
MD5SUM="6d5ec686c3e8c5c3e4fdb76247d077eb"
|
MD5SUM="92883ece7f600102a9ad31ac9f13cacd"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
|
@ -8,10 +8,10 @@
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
pysed: pysed (sed like utility)
|
pysed: pysed (sed like utility)
|
||||||
pysed:
|
pysed:
|
||||||
pysed: Pysed is a Python stream editor, is used to perform basic text
|
pysed: Pysed is a stream editor, is used to perform basic text
|
||||||
pysed: ransformations from a file. It reads text, line by line, from
|
pysed: transformations from a file or from pipeline. It reads text,
|
||||||
pysed: a file and replace, insert or print all text or specific area.
|
pysed: line by line, from a file and replace, insert or print all
|
||||||
pysed: Actually pysed is a passage of Python module ‘re’ in terminal.
|
pysed: text or specific area.
|
||||||
pysed:
|
pysed:
|
||||||
pysed: Homepage: https://github.com/dslackw/pysed
|
pysed: Homepage: https://github.com/dslackw/pysed
|
||||||
pysed:
|
pysed:
|
||||||
|
|
Loading…
Reference in a new issue