python3-xmlschema: update to 1.3.1.
This commit is contained in:
parent
c1c13a1700
commit
a21251eae9
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-xmlschema'
|
# Template file for 'python3-xmlschema'
|
||||||
pkgname=python3-xmlschema
|
pkgname=python3-xmlschema
|
||||||
version=1.2.4
|
version=1.3.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=xmlschema-${version}
|
wrksrc=xmlschema-${version}
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-elementpath"
|
hostmakedepends="python3-setuptools python3-elementpath"
|
||||||
|
@ -12,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=d8a4912578f979c0ee6e56db7b9176ee85a437454dd2486d5cb456343938c3ce
|
checksum=ef25efd054afe5bbbbe0c5f86f32bd8e8afd566c90986d6b80a2abb8e6a4c46e
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
PYTHONPATH=$(pwd)/build/lib python3 -m unittest
|
PYTHONPATH=$(pwd)/build/lib python3 -m unittest
|
||||||
|
|
Loading…
Reference in a new issue