python-lxml: update to 4.0.0
This commit is contained in:
parent
7e3f37d767
commit
61966404c4
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-lxml'
|
# Template file for 'python-lxml'
|
||||||
pkgname=python-lxml
|
pkgname=python-lxml
|
||||||
version=3.8.0
|
version=4.0.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="lxml-lxml-${version}"
|
wrksrc="lxml-lxml-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools
|
hostmakedepends="python-setuptools python3-setuptools
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://lxml.de/"
|
homepage="http://lxml.de/"
|
||||||
license="3-clause-BSD, ElementTree, GPL-2, ZPL-2.0"
|
license="3-clause-BSD, ElementTree, GPL-2, ZPL-2.0"
|
||||||
distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
|
distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
|
||||||
checksum=46ae9975e235f5f45d40c79b7084bf789204a0c5de0e075306a043b2161189e9
|
checksum=51b04cc61046713bf4a0eea6ec91403cec1de780bfde348fba2a24e3b463c94e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSES.txt LICENSES
|
vlicense LICENSES.txt LICENSES
|
||||||
|
|
Loading…
Reference in New Issue