python3-xmlschema: update to 1.2.3.
This commit is contained in:
parent
da6294dfcd
commit
87903e140d
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'python3-xmlschema'
|
||||
pkgname=python3-xmlschema
|
||||
version=1.2.2
|
||||
version=1.2.3
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc=xmlschema-${version}
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
hostmakedepends="python3-setuptools python3-elementpath"
|
||||
depends="python3-elementpath"
|
||||
checkdepends="python3-elementpath python3-lxml"
|
||||
short_desc="XML Schema validator and decoder for Python"
|
||||
|
@ -13,7 +13,7 @@ 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=3d194332cc6d4b56e59d510ece63a5aa78b58e6e332765d46ce5746cb2c3ef20
|
||||
checksum=c981db622f9f00bffcb61648ab9a6f21d6655cfb66ad994918b079705b9b9a34
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH=$(pwd)/build/lib python3 -m unittest
|
||||
|
|
Loading…
Reference in New Issue