python3-elementpath: update to 2.2.2.

This commit is contained in:
Đoàn Trần Công Danh 2021-06-04 16:09:51 +07:00 committed by Đoàn Trần Công Danh
parent cfa503a9f3
commit 88a027261c

View file

@ -1,20 +1,29 @@
# Template file for 'python3-elementpath'
pkgname=python3-elementpath
version=2.1.4
version=2.2.2
revision=1
wrksrc=elementpath-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-lxml python3-xmlschema"
checkdepends="python3-lxml"
short_desc="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="MIT"
homepage="https://github.com/sissaschool/elementpath"
distfiles="${PYPI_SITE}/e/elementpath/elementpath-${version}.tar.gz"
checksum=326643aca7beff0864d022cd591736b8550a70fccafd67a89198166baed1c2c4
checksum=68de07c1aec3b1d33126111252cc699600dd1e45802625344aa6eb9e680ef157
post_patch() {
# depends on xmlschema and memory_profiling
rm -f tests/memory_profiling.py tests/execute_w3c_tests.py
# unparsed text is broken
vsed -i '
/def test_unparsed_text_function/,/^ *def /{
/def test_unparse/d
/^ *def /!d
}
' tests/test_xpath3.py
# locale handling in musl is NOT that ideal,
# those tests are broken on musl
if [ "$XBPS_TARGET_LIBC" = musl ]; then