python3-xmlschema: update to 2.5.0.
This commit is contained in:
parent
8b830cd563
commit
c9325d633e
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-xmlschema'
|
# Template file for 'python3-xmlschema'
|
||||||
pkgname=python3-xmlschema
|
pkgname=python3-xmlschema
|
||||||
version=2.1.1
|
version=2.5.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-elementpath"
|
hostmakedepends="python3-setuptools python3-elementpath"
|
||||||
depends="python3-elementpath"
|
depends="python3-elementpath"
|
||||||
checkdepends="python3-lxml python3-Sphinx python3-pytest"
|
checkdepends="python3-lxml python3-Sphinx python3-pytest
|
||||||
|
python3-typing_extensions"
|
||||||
short_desc="XML Schema validator and decoder for Python"
|
short_desc="XML Schema validator and decoder for Python"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
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=5ca34ff15dd3276cfb2e3e7b4c8dde4b7d4d27080f333a93b6c3f817e90abddf
|
checksum=276a03e0fd3c94c148d528bff4d9482f9b99bf8c7b4056a2e8e703d28149d454
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue