summaryrefslogtreecommitdiffstats
path: root/python/lxml
diff options
context:
space:
mode:
Diffstat (limited to 'python/lxml')
-rw-r--r--python/lxml/lxml.SlackBuild4
-rw-r--r--python/lxml/lxml.info6
-rw-r--r--python/lxml/slack-desc2
3 files changed, 6 insertions, 6 deletions
diff --git a/python/lxml/lxml.SlackBuild b/python/lxml/lxml.SlackBuild
index 183ec02f08..fea686c7a8 100644
--- a/python/lxml/lxml.SlackBuild
+++ b/python/lxml/lxml.SlackBuild
@@ -3,7 +3,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=lxml
-VERSION=2.3.4
+VERSION=${VERSION:-3.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -36,7 +36,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tgz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
diff --git a/python/lxml/lxml.info b/python/lxml/lxml.info
index b4b897b2bd..889edb553b 100644
--- a/python/lxml/lxml.info
+++ b/python/lxml/lxml.info
@@ -1,8 +1,8 @@
PRGNAM="lxml"
-VERSION="2.3.4"
+VERSION="3.0.2"
HOMEPAGE="http://lxml.de/"
-DOWNLOAD="http://lxml.de/files/lxml-2.3.4.tgz"
-MD5SUM="61d4ad80726b984b35c9a81aa2510b4d"
+DOWNLOAD="http://pypi.python.org/packages/source/l/lxml/lxml-3.0.2.tar.gz"
+MD5SUM="38b15b0dd5e9292cf98be800e84a3ce4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="BeautifulSoup"
diff --git a/python/lxml/slack-desc b/python/lxml/slack-desc
index da756a78d0..47a653c359 100644
--- a/python/lxml/slack-desc
+++ b/python/lxml/slack-desc
@@ -6,7 +6,7 @@
# leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
-lxml: lxml (Python bindings for the libxml2 and libxslt)
+lxml: lxml (Python bindings for libxml2 and libxslt)
lxml:
lxml: lxml is a Pythonic binding for the libxml2 and libxslt libraries. It
lxml: is unique in that it combines the speed and feature completeness of