mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-cfgv/template
Normal file
18
srcpkgs/python3-cfgv/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue