diff options
-rw-r--r-- | python/lxml/README | 4 | ||||
-rw-r--r-- | python/lxml/lxml.SlackBuild | 2 | ||||
-rw-r--r-- | python/lxml/lxml.info | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/python/lxml/README b/python/lxml/README index 1905916a3a..03c9bcbdbc 100644 --- a/python/lxml/README +++ b/python/lxml/README @@ -2,5 +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. -Cython and distribute are optional build dependencies. cssselect -is an optional runtime dependency. +Cython and pysetuptools are optional build dependencies. cssselect +and html5lib are optional runtime dependencies. diff --git a/python/lxml/lxml.SlackBuild b/python/lxml/lxml.SlackBuild index 6791c77274..721372fca7 100644 --- a/python/lxml/lxml.SlackBuild +++ b/python/lxml/lxml.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=lxml -VERSION=${VERSION:-3.3.0} +VERSION=${VERSION:-3.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/lxml/lxml.info b/python/lxml/lxml.info index 7103308478..6add7c4ec6 100644 --- a/python/lxml/lxml.info +++ b/python/lxml/lxml.info @@ -1,10 +1,10 @@ PRGNAM="lxml" -VERSION="3.3.0" +VERSION="3.3.2" HOMEPAGE="http://lxml.de/" -DOWNLOAD="http://pypi.python.org/packages/source/l/lxml/lxml-3.3.0.tar.gz" -MD5SUM="ca2f02fd762f3614a1930c568847052b" +DOWNLOAD="http://pypi.python.org/packages/source/l/lxml/lxml-3.3.2.tar.gz" +MD5SUM="a3ea7bf74b718ecb46d9fd5198eec92d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="BeautifulSoup" +REQUIRES="%README% BeautifulSoup" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" |