From 3c0aaed321f46affe9941537a852fbedf296cdcd Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sat, 22 Dec 2012 11:03:32 +0100 Subject: python/lxml: Updated for version 3.0.2. Signed-off-by: Matteo Bernardini --- python/lxml/lxml.SlackBuild | 4 ++-- python/lxml/lxml.info | 6 +++--- python/lxml/slack-desc | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'python/lxml') 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 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 -- cgit v1.2.3