mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
python3-elementpath: update to 1.4.4.
This commit is contained in:
parent
accd198ab5
commit
a5a2f3033f
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-elementpath'
|
# Template file for 'python3-elementpath'
|
||||||
pkgname=python3-elementpath
|
pkgname=python3-elementpath
|
||||||
version=1.4.3
|
version=1.4.4
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc=elementpath-${version}
|
wrksrc=elementpath-${version}
|
||||||
|
@ -13,13 +13,13 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/sissaschool/elementpath"
|
homepage="https://github.com/sissaschool/elementpath"
|
||||||
distfiles="${PYPI_SITE}/e/elementpath/elementpath-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/e/elementpath/elementpath-${version}.tar.gz"
|
||||||
checksum=f667c55b5c77d78aacda82d1f6da189cdcf071a04b4093f48e22c89ce1a6559f
|
checksum=edef8099a6c606cf0fa7b8a4845bd90875af1649f12288228950eb936ccbc44a
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
# locale handling in musl is NOT that ideal,
|
# locale handling in musl is NOT that ideal,
|
||||||
# those tests is broken on musl
|
# those tests are broken on musl
|
||||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
vsed -i tests/test_xpath2_parser.py \
|
vsed -i tests/test_xpath2_functions.py \
|
||||||
-e "/compare.*Strassen.* 1/d" \
|
-e "/compare.*Strassen.* 1/d" \
|
||||||
-e "/with self\.assertRaises(locale\.Error)/,+3d"
|
-e "/with self\.assertRaises(locale\.Error)/,+3d"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue