parent
88119e9871
commit
137472e0dd
1 changed files with 4 additions and 5 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'python-lxml'
|
# Template file for 'python-lxml'
|
||||||
pkgname=python-lxml
|
pkgname=python-lxml
|
||||||
version=4.2.0
|
version=4.2.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="lxml-lxml-${version}"
|
wrksrc="lxml-lxml-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools
|
hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"
|
||||||
python-Cython python3-Cython libxslt-devel"
|
makedepends="libxslt-devel python-devel python3-devel"
|
||||||
makedepends="python-devel python3-devel libxslt-devel"
|
|
||||||
checkdepends="python3"
|
checkdepends="python3"
|
||||||
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"
|
||||||
|
@ -14,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://lxml.de/"
|
homepage="http://lxml.de/"
|
||||||
license="BSD-3-Clause, ElementTree, GPL-2.0-or-later, ZPL-2.0" # ElementTree isn't SPDX
|
license="BSD-3-Clause, ElementTree, GPL-2.0-or-later, ZPL-2.0" # ElementTree isn't SPDX
|
||||||
distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
|
distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
|
||||||
checksum=6dce4d4024e7110b68c6aee28bc78b96856be584125808b8be9a733ca04fce8c
|
checksum=e09b4ae8bdc55bd1983dbacc467ef2da62591faec42e6c8a8864f12c1844028d
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 test.py
|
python3 test.py
|
||||||
|
|
Loading…
Reference in a new issue