mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +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
|
||||
|
||||
# Copyright 2011 crocket (crockabiscuit@gmail.com)
|
||||
# Copyright 2013 LukenShiro, Italy
|
||||
# Copyright 2013-2015 LukenShiro, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=html2text
|
||||
VERSION=${VERSION:-3.200.3_8ddc844b03}
|
||||
VERSION=${VERSION:-2015.11.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -55,16 +55,16 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
DOCFILES="COPYING README.md test/"
|
||||
DOCFILES="AUTHORS.rst ChangeLog.rst COPYING README.md test/"
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-master
|
||||
unzip $CWD/$PRGNAM-$VERSION.zip
|
||||
cd $PRGNAM-master
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="html2text"
|
||||
VERSION="3.200.3_8ddc844b03"
|
||||
HOMEPAGE="http://www.aaronsw.com/2002/html2text/"
|
||||
DOWNLOAD="http://lukenshiro.altervista.org/sbo-sources/html2text-3.200.3_8ddc844b03.zip"
|
||||
MD5SUM="4fe2a4e706da570895c3019d53e5c2ac"
|
||||
VERSION="2015.11.4"
|
||||
HOMEPAGE="https://github.com/Alir3z4/html2text"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/h/html2text/html2text-2015.11.4.tar.gz"
|
||||
MD5SUM="51bdf631d39ba577b8b66497fb17aed9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
|
|
Loading…
Reference in a new issue