19 lines
624 B
Bash
19 lines
624 B
Bash
# Template file for 'python3-xmlschema'
|
|
pkgname=python3-xmlschema
|
|
version=2.0.3
|
|
revision=2
|
|
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="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/sissaschool/xmlschema"
|
|
distfiles="${PYPI_SITE}/x/xmlschema/xmlschema-${version}.tar.gz"
|
|
checksum=adef8cb1e6572fe095b56ae4243b3618f842b32adba98e1b1bab0bd014f2234e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|