20 lines
652 B
Bash
20 lines
652 B
Bash
# Template file for 'python3-xmlschema'
|
|
pkgname=python3-xmlschema
|
|
version=1.9.2
|
|
revision=1
|
|
wrksrc=xmlschema-${version}
|
|
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=3ce6fe408a8c0a0ca5917cbe6181a933dfb5cfade9714eeb07b6335f9aff7b10
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|