mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/html2text: Updated for version 2015.11.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0abe1ca666
commit
07254b8a01
2 changed files with 10 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for html2text
|
# Slackware build script for html2text
|
||||||
|
|
||||||
# Copyright 2011 crocket (crockabiscuit@gmail.com)
|
# Copyright 2011 crocket (crockabiscuit@gmail.com)
|
||||||
# Copyright 2013 LukenShiro, Italy
|
# Copyright 2013-2015 LukenShiro, Italy
|
||||||
# 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
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=html2text
|
PRGNAM=html2text
|
||||||
VERSION=${VERSION:-3.200.3_8ddc844b03}
|
VERSION=${VERSION:-2015.11.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -55,16 +55,16 @@ else
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DOCFILES="COPYING README.md test/"
|
DOCFILES="AUTHORS.rst ChangeLog.rst COPYING README.md test/"
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-master
|
rm -rf $PRGNAM-$VERSION
|
||||||
unzip $CWD/$PRGNAM-$VERSION.zip
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-master
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="html2text"
|
PRGNAM="html2text"
|
||||||
VERSION="3.200.3_8ddc844b03"
|
VERSION="2015.11.4"
|
||||||
HOMEPAGE="http://www.aaronsw.com/2002/html2text/"
|
HOMEPAGE="https://github.com/Alir3z4/html2text"
|
||||||
DOWNLOAD="http://lukenshiro.altervista.org/sbo-sources/html2text-3.200.3_8ddc844b03.zip"
|
DOWNLOAD="https://pypi.python.org/packages/source/h/html2text/html2text-2015.11.4.tar.gz"
|
||||||
MD5SUM="4fe2a4e706da570895c3019d53e5c2ac"
|
MD5SUM="51bdf631d39ba577b8b66497fb17aed9"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="pysetuptools"
|
REQUIRES="pysetuptools"
|
||||||
|
|
Loading…
Reference in a new issue