New package: python3-cfgv-3.3.1_1.

Signed-off-by: Joseph Benden <joe@benden.us>
This commit is contained in:
Joseph Benden 2021-10-27 14:09:29 -07:00 committed by Piotr
parent d86d29fd6e
commit f23da4b4a0
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Template file for 'python3-cfgv'
pkgname=python3-cfgv
version=3.3.1
revision=1
wrksrc="cfgv-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Validate configuration and produce human readable error messages"
maintainer="Joseph Benden <joe@benden.us>"
license="MIT"
homepage="https://github.com/asottile/cfgv"
distfiles="${PYPI_SITE}/c/cfgv/cfgv-${version}.tar.gz"
checksum=f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736
post_install() {
vlicense LICENSE
}