void-packages/srcpkgs/python3-ConfigArgParse/template

19 lines
565 B
Bash

# Template file for 'python3-ConfigArgParse'
pkgname=python3-ConfigArgParse
version=1.7
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest python3-yaml"
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=e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1
post_install() {
vlicense LICENSE
}