20 lines
634 B
Bash
20 lines
634 B
Bash
# Template file for 'python3-confuse'
|
|
pkgname=python3-confuse
|
|
version=2.0.0
|
|
revision=3
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core"
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/beetbox/confuse/master/docs/changelog.rst"
|
|
distfiles="${PYPI_SITE}/c/confuse/confuse-${version}.tar.gz"
|
|
checksum=acc57c45ec2a9850a90fe7c29812bbdd8405e48a49c1a22899df915d0aca941f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|