forked from ports/contrib
lxml: 2.3.3 -> 2.3.4
This commit is contained in:
parent
1df8f5a4e4
commit
6345e1f5ff
@ -2,12 +2,6 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/python2.7/
|
||||
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
|
||||
drwxr-xr-x root/root usr/lib/python2.7/site-packages/lxml-2.3.3-py2.7.egg-info/
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/lxml-2.3.3-py2.7.egg-info/PKG-INFO
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/lxml-2.3.3-py2.7.egg-info/SOURCES.txt
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/lxml-2.3.3-py2.7.egg-info/dependency_links.txt
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/lxml-2.3.3-py2.7.egg-info/not-zip-safe
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/lxml-2.3.3-py2.7.egg-info/top_level.txt
|
||||
drwxr-xr-x root/root usr/lib/python2.7/site-packages/lxml/
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/lxml/ElementInclude.py
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/lxml/ElementInclude.pyc
|
||||
|
@ -1 +1 @@
|
||||
a7825793c69d004f388ec6600bad7a6f lxml-2.3.3.tgz
|
||||
61d4ad80726b984b35c9a81aa2510b4d lxml-2.3.4.tgz
|
||||
|
@ -5,11 +5,13 @@
|
||||
# Depends on: libxslt cython
|
||||
|
||||
name=lxml
|
||||
version=2.3.3
|
||||
version=2.3.4
|
||||
release=1
|
||||
source=(http://lxml.de/files/$name-$version.tgz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
python setup.py install --root $PKG
|
||||
rm $PKG/usr/lib/python*/site-packages/lxml-2.3.4-py2.7.egg-info/*
|
||||
rmdir $PKG/usr/lib/python*/site-packages/*.egg-info
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user