Skip to content

Commit

Permalink
lxml: Bump to 3.4.0 and adjusting to deal with Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Oct 9, 2014
1 parent c75aa1b commit 43e72aa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 6 additions & 4 deletions python/lxml/BUILD
@@ -1,8 +1,10 @@
(

python setup.py build &&
prepare_install &&
python setup.py install --root=/

) > $C_FIFO 2>&1
python setup.py install --optimize=1 &&

if in_depends $MODULE Python-3 ; then
python3 setup.py build &&
prepare_install &&
python3 setup.py install --optimize=1
fi
2 changes: 2 additions & 0 deletions python/lxml/DEPENDS
@@ -1,2 +1,4 @@
depends Python
depends libxslt

optional_depends Python-3 "" "" "For Python-3 support"
6 changes: 3 additions & 3 deletions python/lxml/DETAILS
@@ -1,11 +1,11 @@
MODULE=lxml
VERSION=3.3.3
VERSION=3.4.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://pypi.python.org/packages/source/l/lxml
SOURCE_VFY=sha1:e701a4d8d7840fdf04944004dc0f38deff65214b
SOURCE_VFY=sha1:df4ee0805fa85e3d019610ef1b9d31a024085fe1
WEB_SITE=http://lxml.de
ENTERED=20021223
UPDATED=20140323
UPDATED=20141009
SHORT="Python wrappers for libxml2 and libxslt"

cat << EOF
Expand Down

0 comments on commit 43e72aa

Please sign in to comment.