19 lines
541 B
Bash
19 lines
541 B
Bash
# Template file for 'python3-kaptan'
|
|
pkgname=python3-kaptan
|
|
version=0.5.12
|
|
revision=7
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 python3-yaml"
|
|
short_desc="Configuration manager"
|
|
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/emre/kaptan"
|
|
distfiles="${PYPI_SITE}/k/kaptan/kaptan-${version}.tar.gz"
|
|
checksum=@b0714c3c0c58006ca6d9fc5528d103685773ed22496d5dd582fbd7efe6a67c7a
|
|
conflicts="python-kaptan>=0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|