New Package: python3-click-repl-0.1.6

This commit is contained in:
Reed Wade 2020-08-25 09:11:13 +02:00 committed by Piotr
parent 271914c358
commit 5e36d26eff

View file

@ -0,0 +1,19 @@
# Template file for 'python3-click-repl'
pkgname=python3-click-repl
version=0.1.6
revision=1
archs=noarch
wrksrc="click-repl-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six python3-click python3-prompt_toolkit"
short_desc="REPL plugin for Click"
maintainer="Stacy Harper <contact@stacyharper.net>"
license="MIT"
homepage="https://github.com/click-contrib/click-repl"
distfiles="${PYPI_SITE}/c/click-repl/click-repl-${version}.tar.gz"
checksum=b9f29d52abc4d6059f8e276132a111ab8d94980afe6a5432b9d996544afa95d5
post_install() {
vlicense LICENSE
}