void-packages/srcpkgs/python3-xmltodict/template

20 lines
659 B
Bash

# Template file for 'python3-xmltodict'
pkgname=python3-xmltodict
version=0.13.0
revision=2
build_style=python3-module
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=341595a488e3e01a85a9d8911d8912fd922ede5fecc4dce437eb4b6c8d037e56
post_install() {
vlicense LICENSE
}