20 lines
635 B
Bash
20 lines
635 B
Bash
# Template file for 'python3-xmlschema'
|
|
pkgname=python3-xmlschema
|
|
version=2.5.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-elementpath"
|
|
depends="python3-elementpath"
|
|
checkdepends="python3-lxml python3-Sphinx python3-pytest
|
|
python3-typing_extensions"
|
|
short_desc="XML Schema validator and decoder for Python"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/sissaschool/xmlschema"
|
|
distfiles="${PYPI_SITE}/x/xmlschema/xmlschema-${version}.tar.gz"
|
|
checksum=276a03e0fd3c94c148d528bff4d9482f9b99bf8c7b4056a2e8e703d28149d454
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|