New package: python3-cfgv-3.3.1_1.
Signed-off-by: Joseph Benden <joe@benden.us>
This commit is contained in:
parent
d86d29fd6e
commit
f23da4b4a0
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue