23 lines
627 B
Bash
23 lines
627 B
Bash
# Template file for 'python3-xmltodict'
|
|
pkgname=python3-xmltodict
|
|
version=0.12.0
|
|
revision=5
|
|
wrksrc="xmltodict-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-nose"
|
|
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"
|
|
distfiles="${PYPI_SITE}/x/xmltodict/xmltodict-${version}.tar.gz"
|
|
checksum=50d8c638ed7ecb88d90561beedbf720c9b4e851a9fa6c47ebd64e99d166d8a21
|
|
|
|
do_check() {
|
|
nosetests3
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|