diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2013-03-03 01:58:03 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-03-03 01:58:03 -0600 |
commit | 6f8f68bd8388e5bcadc61a69f580340cfe957c81 (patch) | |
tree | f625107ce50e6faa223ae37154e1a3ab811b9ba7 /python/lxml/lxml.SlackBuild | |
parent | 692ddbb980b690d02737812aff936598a6a8f4d2 (diff) |
python/lxml: Updated for version 3.1.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/lxml/lxml.SlackBuild')
-rw-r--r-- | python/lxml/lxml.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/lxml/lxml.SlackBuild b/python/lxml/lxml.SlackBuild index fea686c7a849..e89825b01a3c 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.0.2} +VERSION=${VERSION:-3.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -45,6 +45,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +python setup.py build --with-unicode-strings python setup.py install --root=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ |