19 lines
608 B
Bash
19 lines
608 B
Bash
# Template file for 'python3-xmlschema'
|
|
pkgname=python3-xmlschema
|
|
version=2.1.1
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-elementpath"
|
|
depends="python3-elementpath"
|
|
checkdepends="python3-lxml python3-Sphinx python3-pytest"
|
|
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=5ca34ff15dd3276cfb2e3e7b4c8dde4b7d4d27080f333a93b6c3f817e90abddf
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|