summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali2018-06-11 05:03:14 +0200
committer David Spencer2018-06-14 02:15:44 +0200
commite2374adfbfd49bf818d7e72b10e9ddd6f7486c95 (patch)
tree4a70860f201d44d7893d2f61c5c6444abd67318f
parent98e4f176702d733d4a8f64b4d7eaac17d5b0c66f (diff)
downloadslackbuilds-e2374adfbfd49bf818d7e72b10e9ddd6f7486c95.tar.gz
python/lxml: Updated for version 4.2.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
-rw-r--r--python/lxml/lxml.SlackBuild10
-rw-r--r--python/lxml/lxml.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/python/lxml/lxml.SlackBuild b/python/lxml/lxml.SlackBuild
index 2981bb9105..a7aab333f0 100644
--- a/python/lxml/lxml.SlackBuild
+++ b/python/lxml/lxml.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for lxml
-# Copyright 2009-2017 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2009-2018 Larry Hajali <larryhaja[at]gmail[dot]com>
# 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=lxml
-VERSION=${VERSION:-3.8.0}
+VERSION=${VERSION:-4.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -55,9 +55,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$PRGNAM-$VERSION
+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/lxml/lxml.info b/python/lxml/lxml.info
index c3975cfaad..4dd608ac89 100644
--- a/python/lxml/lxml.info
+++ b/python/lxml/lxml.info
@@ -1,8 +1,8 @@
PRGNAM="lxml"
-VERSION="3.8.0"
+VERSION="4.2.1"
HOMEPAGE="http://lxml.de/"
-DOWNLOAD="https://github.com/lxml/lxml/archive/lxml-3.8.0/lxml-lxml-3.8.0.tar.gz"
-MD5SUM="c3bb526911e56265813ba8ec7580376a"
+DOWNLOAD="https://files.pythonhosted.org/packages/e8/5d/98f56e274bdf17f2e0d9016d1788ca80d26d8987dcd5e1d9416d86ee0625/lxml-4.2.1.tar.gz"
+MD5SUM="c266d9062e23b08f66426979a2b36f51"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="BeautifulSoup4 html5lib"