summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Larry Hajali2013-04-14 20:42:39 +0200
committer Robby Workman2013-04-16 00:20:35 +0200
commitc3ec359392824f1b8956442cd48955abed9a461c (patch)
tree1cc13791f8ccefd2e7bf251b3c7bf2be2927033b /python
parent92ea70abb465ff71516019432590613747b4cce4 (diff)
downloadslackbuilds-c3ec359392824f1b8956442cd48955abed9a461c.tar.gz
python/lxml: Updated for version 3.1.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/lxml/lxml.SlackBuild4
-rw-r--r--python/lxml/lxml.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/lxml/lxml.SlackBuild b/python/lxml/lxml.SlackBuild
index e89825b01a..ee31f1b665 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=${VERSION:-3.1.0}
+VERSION=${VERSION:-3.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -46,7 +46,7 @@ find . \
-exec chmod 644 {} \;
python setup.py build --with-unicode-strings
-python setup.py install --root=$PKG
+python setup.py install --skip-build --root=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/python/lxml/lxml.info b/python/lxml/lxml.info
index cd33fb61f0..2ca5a90f68 100644
--- a/python/lxml/lxml.info
+++ b/python/lxml/lxml.info
@@ -1,8 +1,8 @@
PRGNAM="lxml"
-VERSION="3.1.0"
+VERSION="3.1.1"
HOMEPAGE="http://lxml.de/"
-DOWNLOAD="http://pypi.python.org/packages/source/l/lxml/lxml-3.1.0.tar.gz"
-MD5SUM="df70163fb581bbe45fdcd6069a503273"
+DOWNLOAD="http://pypi.python.org/packages/source/l/lxml/lxml-3.1.1.tar.gz"
+MD5SUM="3f185d8cdcd6b8934c67f9b0356aab33"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="BeautifulSoup"