void-packages/srcpkgs/python3-confuse/template

21 lines
663 B
Bash
Raw Normal View History

2021-10-06 22:59:04 +00:00
# Template file for 'python3-confuse'
pkgname=python3-confuse
2021-12-02 12:24:39 +00:00
version=1.7.0
2021-10-06 22:59:04 +00:00
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"
2021-12-02 12:24:39 +00:00
changelog="https://raw.githubusercontent.com/beetbox/confuse/master/docs/changelog.rst"
2021-10-06 22:59:04 +00:00
distfiles="${PYPI_SITE}/c/confuse/confuse-${version}.tar.gz"
2021-12-02 12:24:39 +00:00
checksum=c9fe8474516a62397f8e52fcf89547bb2f2737b1a4a6f6dec11a286f0b3a7401
2021-10-06 22:59:04 +00:00
post_install() {
vlicense LICENSE
}