mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
lxml: Upgraded to 4.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
aad277d608
commit
72d3fb5063
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
# Modified by Willy Sudiarto Raharjo for CSB Project
|
||||
|
||||
PRGNAM=lxml
|
||||
VERSION=${VERSION:-3.8.0}
|
||||
VERSION=${VERSION:-4.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_csb}
|
||||
|
||||
|
@ -71,6 +71,8 @@ find -L . \
|
|||
|
||||
python setup.py build --with-unicode-strings
|
||||
python setup.py install --skip-build --root=$PKG
|
||||
python3 setup.py build --with-unicode-strings
|
||||
python3 setup.py install --skip-build --root=$PKG
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
Loading…
Reference in a new issue