python3-elementpath: update to 1.4.3.
This commit is contained in:
parent
277e08eeac
commit
fafb873ab3
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-elementpath'
|
||||
pkgname=python3-elementpath
|
||||
version=1.4.1
|
||||
version=1.4.3
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc=elementpath-${version}
|
||||
|
@ -9,11 +9,11 @@ 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>"
|
||||
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=b29f626d690cb6f3716a65867a456c54dd679ddce7249bb2af4f37d33b83035d
|
||||
checksum=f667c55b5c77d78aacda82d1f6da189cdcf071a04b4093f48e22c89ce1a6559f
|
||||
|
||||
post_patch() {
|
||||
# locale handling in musl is NOT that ideal,
|
||||
|
|
Loading…
Reference in New Issue