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'
|
||||
pkgname=python-lxml
|
||||
version=3.6.4
|
||||
revision=2
|
||||
wrksrc="lxml-${version}"
|
||||
version=3.7.0
|
||||
revision=1
|
||||
wrksrc="lxml-lxml-${version}"
|
||||
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"
|
||||
pycompile_module="lxml"
|
||||
short_desc="Python2 binding for the libxml2 and libxslt libraries"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://lxml.de/"
|
||||
license="BSD, ElementTree, GPL-2, ZPL"
|
||||
distfiles="${PYPI_SITE}/l/lxml/lxml-${version}.tar.gz"
|
||||
checksum=61d5d3e00b5821e6cda099b3b4ccfea4527bf7c595e0fb3a7a760490cedd6172
|
||||
license="3-clause-BSD, ElementTree, GPL-2, ZPL-2.0"
|
||||
distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
|
||||
checksum=0a7ae0cb94e82134f524798696249bf7f1ce8a782eebbd5902cbc4a91a0cb01c
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSES.txt LICENSES
|
||||
}
|
||||
|
||||
python3-lxml_package() {
|
||||
replaces="python3.4-lxml>=0"
|
||||
|
@ -20,6 +25,7 @@ python3-lxml_package() {
|
|||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSES.txt LICENSES
|
||||
}
|
||||
}
|
||||
python3.4-lxml_package() {
|
||||
|
|
Loading…
Reference in New Issue