New package: python3-elementpath-1.4.1

This commit is contained in:
Đoàn Trần Công Danh 2020-02-21 17:01:46 +07:00 committed by Juan RP
parent 72ef710234
commit cf6b54008c

View file

@ -0,0 +1,30 @@
# Template file for 'python3-elementpath'
pkgname=python3-elementpath
version=1.4.1
revision=1
archs=noarch
wrksrc=elementpath-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-lxml python3-xmlschema"
short_desc="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
maintainer="Đoàn Trần Công Danh <congdanhqx+sgn@gmail.com>"
license="MIT"
homepage="https://github.com/sissaschool/elementpath"
distfiles="${PYPI_SITE}/e/elementpath/elementpath-${version}.tar.gz"
checksum=b29f626d690cb6f3716a65867a456c54dd679ddce7249bb2af4f37d33b83035d
post_patch() {
# locale handling in musl is NOT that ideal,
# those tests is broken on musl
if [ "$XBPS_TARGET_LIBC" = musl ]; then
vsed -i tests/test_xpath2_parser.py \
-e "/compare.*Strassen.* 1/d" \
-e "/with self\.assertRaises(locale\.Error)/,+3d"
fi
}
post_install() {
vlicense LICENSE
}