New package: python3-elementpath-1.4.1
This commit is contained in:
parent
72ef710234
commit
cf6b54008c
1 changed files with 30 additions and 0 deletions
30
srcpkgs/python3-elementpath/template
Normal file
30
srcpkgs/python3-elementpath/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue