summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author LukenShiro2015-11-09 12:07:09 +0100
committer Willy Sudiarto Raharjo2015-11-09 12:07:09 +0100
commit07254b8a01cb72da017792a3274e83dded4662b1 (patch)
treed1eda02e492dac58c9b2df24013283012096f3a2 /python
parent0abe1ca666557fd7e141efd24dc001e301290166 (diff)
downloadslackbuilds-07254b8a01cb72da017792a3274e83dded4662b1.tar.gz
python/html2text: Updated for version 2015.11.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/html2text/html2text.SlackBuild12
-rw-r--r--python/html2text/html2text.info8
2 files changed, 10 insertions, 10 deletions
diff --git a/python/html2text/html2text.SlackBuild b/python/html2text/html2text.SlackBuild
index 7c1ddd5fc4..b837837b2e 100644
--- a/python/html2text/html2text.SlackBuild
+++ b/python/html2text/html2text.SlackBuild
@@ -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 \
diff --git a/python/html2text/html2text.info b/python/html2text/html2text.info
index 7cdcb40079..22b48f0e41 100644
--- a/python/html2text/html2text.info
+++ b/python/html2text/html2text.info
@@ -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"