# Template file for 'python3-xmltodict'
pkgname=python3-xmltodict
version=0.14.2
revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Python3 module that makes working with XML feel like working JSON"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/martinblech/xmltodict"
changelog="https://raw.githubusercontent.com/martinblech/xmltodict/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/x/xmltodict/xmltodict-${version}.tar.gz"
checksum=201e7c28bb210e374999d1dde6382923ab0ed1a8a5faeece48ab525b7810a553

post_install() {
	vlicense LICENSE
}
