void-packages/srcpkgs/python3-ConfigArgParse/template

20 lines
587 B
Bash

# Template file for 'python3-ConfigArgParse'
pkgname=python3-ConfigArgParse
version=1.4
revision=1
wrksrc="ConfigArgParse-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Drop-in replacement for argparse"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/bw2/ConfigArgParse"
distfiles="${PYPI_SITE}/C/ConfigArgParse/ConfigArgParse-${version}.tar.gz"
checksum=abef9ff44fb0091f0e3bb2ee7e5b26a02b5b62d45408a5272a9bd461f5b59b4b
post_install() {
vlicense LICENSE
}