python-lxml: update to 3.7.0
This commit is contained in:
parent
959e9bcf1a
commit
bb61c53b8d
|
@ -1,18 +1,23 @@
|
||||||
# Template file for 'python-lxml'
|
# Template file for 'python-lxml'
|
||||||
pkgname=python-lxml
|
pkgname=python-lxml
|
||||||
version=3.6.4
|
version=3.7.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="lxml-${version}"
|
wrksrc="lxml-lxml-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools libxslt-devel"
|
hostmakedepends="python-setuptools python3-setuptools
|
||||||
|
python-Cython python3-Cython libxslt-devel"
|
||||||
makedepends="python-devel python3-devel libxslt-devel"
|
makedepends="python-devel python3-devel libxslt-devel"
|
||||||
pycompile_module="lxml"
|
pycompile_module="lxml"
|
||||||
short_desc="Python2 binding for the libxml2 and libxslt libraries"
|
short_desc="Python2 binding for the libxml2 and libxslt libraries"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://lxml.de/"
|
homepage="http://lxml.de/"
|
||||||
license="BSD, ElementTree, GPL-2, ZPL"
|
license="3-clause-BSD, ElementTree, GPL-2, ZPL-2.0"
|
||||||
distfiles="${PYPI_SITE}/l/lxml/lxml-${version}.tar.gz"
|
distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
|
||||||
checksum=61d5d3e00b5821e6cda099b3b4ccfea4527bf7c595e0fb3a7a760490cedd6172
|
checksum=0a7ae0cb94e82134f524798696249bf7f1ce8a782eebbd5902cbc4a91a0cb01c
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSES.txt LICENSES
|
||||||
|
}
|
||||||
|
|
||||||
python3-lxml_package() {
|
python3-lxml_package() {
|
||||||
replaces="python3.4-lxml>=0"
|
replaces="python3.4-lxml>=0"
|
||||||
|
@ -20,6 +25,7 @@ python3-lxml_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSES.txt LICENSES
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
python3.4-lxml_package() {
|
python3.4-lxml_package() {
|
||||||
|
|
Loading…
Reference in New Issue