summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2014-03-02 09:57:37 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-03-02 09:57:37 +0700
commit39ea284aae1f7fdfee15627f8667bab398dde18d (patch)
tree3565eff7c085db058038530391e0cf65c7a805f5 /python
parenta60ca9808d6ff7997b52e0af0a31633e7bbf9b84 (diff)
downloadslackbuilds-39ea284aae1f7fdfee15627f8667bab398dde18d.tar.gz
slackbuilds-39ea284aae1f7fdfee15627f8667bab398dde18d.tar.xz
python/lxml: Updated for version 3.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/lxml/README4
-rw-r--r--python/lxml/lxml.SlackBuild2
-rw-r--r--python/lxml/lxml.info8
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"