25 lines
860 B
Text
25 lines
860 B
Text
# 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."
|
|
|
|
python-lxml_package() {
|
|
pycompile_module="lxml"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|