# Template file for 'python3-confuse'
pkgname=python3-confuse
version=2.2.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-yaml"
checkdepends="${depends} python3-pytest python3-typing_extensions"
short_desc="Painless YAML config files for Python"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="MIT"
homepage="https://github.com/beetbox/confuse"
changelog="https://raw.githubusercontent.com/beetbox/confuse/master/docs/changelog.rst"
distfiles="${PYPI_SITE}/c/confuse/confuse-${version}.tar.gz"
checksum=35c1b53e81be125f441bee535130559c935917b26aeaa61289010cd1f55c2b9e

post_install() {
	vlicense LICENSE
}
