python/lxml: Updated for version 2.3.4.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Larry Hajali 2012-04-02 15:06:33 -04:00 committed by Erik Hanson
parent 4ed27b7d4c
commit 87aa96a4cc
3 changed files with 7 additions and 6 deletions

View file

@ -2,4 +2,5 @@ lxml is a Pythonic binding for the libxml2 and libxslt libraries.
It is unique in that it combines the speed and feature completeness
of these libraries with the simplicity of a native Python API.
Lxml can optionally use Cython and pysetuptools.
Lxml requires BeautifulSoup. Lxml can optionally use Cython and
pysetuptools.

View file

@ -3,7 +3,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=lxml
VERSION=2.3.3
VERSION=2.3.4
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="lxml"
VERSION="2.3.3"
VERSION="2.3.4"
HOMEPAGE="http://lxml.de/"
DOWNLOAD="http://lxml.de/files/lxml-2.3.3.tgz"
MD5SUM="a7825793c69d004f388ec6600bad7a6f"
DOWNLOAD="http://lxml.de/files/lxml-2.3.4.tgz"
MD5SUM="61d4ad80726b984b35c9a81aa2510b4d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="rworkman"
APPROVED="dsomero"