summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2012-12-22 11:03:32 +0100
committer Matteo Bernardini <ponce@slackbuilds.org>2012-12-22 11:03:53 +0100
commit3c0aaed321f46affe9941537a852fbedf296cdcd (patch)
treeea6c5ffc79bfac1137f94174129642d8304cc8f4 /python
parent04f4a5e86f6a4e8e824b02ca602e024a678013d0 (diff)
downloadslackbuilds-3c0aaed321f46affe9941537a852fbedf296cdcd.tar.gz
slackbuilds-3c0aaed321f46affe9941537a852fbedf296cdcd.tar.xz
python/lxml: Updated for version 3.0.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python')
-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