New package: python-lxml-2.3.5.
This commit is contained in:
parent
dcb3e9e651
commit
a27bd11eba
2 changed files with 26 additions and 0 deletions
6
srcpkgs/python-lxml/python-lxml.rshlibs
Normal file
6
srcpkgs/python-lxml/python-lxml.rshlibs
Normal file
|
@ -0,0 +1,6 @@
|
|||
libxslt.so.1
|
||||
libexslt.so.0
|
||||
libxml2.so.2
|
||||
libpython2.7.so.1.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
20
srcpkgs/python-lxml/template
Normal file
20
srcpkgs/python-lxml/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'python-lxml'
|
||||
pkgname=python-lxml
|
||||
version=2.3.5
|
||||
revision=1
|
||||
wrksrc="lxml-${version}"
|
||||
build_style=python-module
|
||||
makedepends="python-devel libxslt-devel"
|
||||
short_desc="Python binding for the libxml2 and libxslt libraries"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="http://lxml.de/"
|
||||
distfiles="http://pypi.python.org/packages/source/l/lxml/lxml-${version}.tar.gz"
|
||||
checksum=0912d5e83d9e82f2c6ee1267cb5cefb0fffcd9e20b19bbc1e52e2662ef30e064
|
||||
long_desc="
|
||||
The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and
|
||||
libxslt. It is unique in that it combines the speed and XML feature completeness
|
||||
of these libraries with the simplicity of a native Python API, mostly compatible
|
||||
but superior to the well-known ElementTree API."
|
||||
|
||||
pycompile_module="lxml"
|
Loading…
Reference in a new issue