python3-xmlschema: update to 1.2.4.
This commit is contained in:
parent
ef5878de37
commit
f1842f0128
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'python3-xmlschema'
|
# Template file for 'python3-xmlschema'
|
||||||
pkgname=python3-xmlschema
|
pkgname=python3-xmlschema
|
||||||
version=1.2.3
|
version=1.2.4
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
|
||||||
wrksrc=xmlschema-${version}
|
wrksrc=xmlschema-${version}
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-elementpath"
|
hostmakedepends="python3-setuptools python3-elementpath"
|
||||||
|
@ -13,7 +12,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/sissaschool/xmlschema"
|
homepage="https://github.com/sissaschool/xmlschema"
|
||||||
distfiles="${PYPI_SITE}/x/xmlschema/xmlschema-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/x/xmlschema/xmlschema-${version}.tar.gz"
|
||||||
checksum=c981db622f9f00bffcb61648ab9a6f21d6655cfb66ad994918b079705b9b9a34
|
checksum=d8a4912578f979c0ee6e56db7b9176ee85a437454dd2486d5cb456343938c3ce
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
PYTHONPATH=$(pwd)/build/lib python3 -m unittest
|
PYTHONPATH=$(pwd)/build/lib python3 -m unittest
|
||||||
|
|
Loading…
Reference in a new issue