# Template file for 'python3-ruamel.yaml'
pkgname=python3-ruamel.yaml
version=0.18.16
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3-ruamel.yaml.clib"
short_desc="YAML parser/emitter in Python 3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://yaml.readthedocs.io/"
changelog="https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree/CHANGES"
distfiles="${PYPI_SITE}/r/ruamel.yaml/ruamel.yaml-${version}.tar.gz"
checksum=a6e587512f3c998b2225d68aa1f35111c29fad14aed561a26e73fab729ec5e5a
make_check=no # no tests included in distfiles

export RUAMEL_NO_PIP_INSTALL_CHECK=1

post_install() {
	vlicense LICENSE
}
