void-packages/srcpkgs/python3-click-threading/template

19 lines
598 B
Bash

# Template file for 'python3-click-threading'
pkgname=python3-click-threading
version=0.5.0
revision=3
build_style="python3-module"
hostmakedepends="python3-setuptools"
depends="python3-click"
checkdepends="$depends python3-pytest"
short_desc="Multithreaded Click apps made easy (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/click-contrib/click-threading"
distfiles="${PYPI_SITE}/c/click-threading/click-threading-${version}.tar.gz"
checksum=adcfe623c02a595c107c314072f67a2278fe4eb40b72c0d1a2c903cc78af3439
post_install() {
vlicense LICENSE
}