python3-xmlschema: update to 1.6.2.
This commit is contained in:
parent
f25a7a0d45
commit
0924f9843e
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'python3-xmlschema'
|
||||
pkgname=python3-xmlschema
|
||||
version=1.5.1
|
||||
version=1.6.2
|
||||
revision=1
|
||||
wrksrc=xmlschema-${version}
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-elementpath"
|
||||
depends="python3-elementpath"
|
||||
checkdepends="python3-elementpath python3-lxml"
|
||||
checkdepends="python3-lxml python3-Sphinx"
|
||||
short_desc="XML Schema validator and decoder for Python"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/sissaschool/xmlschema"
|
||||
distfiles="${PYPI_SITE}/x/xmlschema/xmlschema-${version}.tar.gz"
|
||||
checksum=c4c72b457865f46394bb23525b4e233d6537d9e97b8c6144a6cda2d5ef0d6688
|
||||
checksum=31ddf77a44e4b121de212beeb2cc039e2e8b7a7a4f1678c9b29be1f5341aec52
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH=$(pwd)/build/lib python3 -m unittest
|
||||
|
|
Loading…
Reference in a new issue