New package: python3-confuse-1.6.0
This commit is contained in:
parent
d67695c0e1
commit
41b694fc3d
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-confuse/template
Normal file
19
srcpkgs/python3-confuse/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue