void-packages/srcpkgs/python3-confuse/template
2021-11-03 22:13:12 -03:00

20 lines
575 B
Bash

# 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
}