Update all source packages for xbps-src>=90.

This commit is contained in:
Juan RP 2014-01-01 16:10:11 +01:00
parent 94982a142c
commit 925d471cbf
1721 changed files with 3131 additions and 13803 deletions

View file

@ -5,6 +5,7 @@ revision=1
wrksrc="lxml-${version}"
build_style=python-module
makedepends="python-devel libxslt-devel"
pycompile_module="lxml"
short_desc="Python binding for the libxml2 and libxslt libraries"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
@ -16,10 +17,3 @@ long_desc="
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
}
}