New package: python3-confuse-1.6.0

This commit is contained in:
Joel Beckmeyer 2021-10-06 18:59:04 -04:00 committed by Érico Nogueira Rolim
parent d67695c0e1
commit 41b694fc3d

View file

@ -0,0 +1,19 @@
# Template file for 'python3-confuse'
pkgname=python3-confuse
version=1.6.0
revision=1
wrksrc="confuse-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-yaml"
checkdepends="${depends} python3-pytest"
short_desc="Painless YAML config files for Python"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="MIT"
homepage="https://github.com/beetbox/confuse"
distfiles="${PYPI_SITE}/c/confuse/confuse-${version}.tar.gz"
checksum=d60104c0b2a708041ac27487fa6ee69bd37d910549659c7ba92f52cbe2ced4dc
post_install() {
vlicense LICENSE
}