New package: python3-cmdln-2.0.0

closes #3949
This commit is contained in:
Toby Merz 2018-10-19 10:13:24 +02:00 committed by maxice8
parent 3362aa830b
commit 9ae59d5490
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -0,0 +1,20 @@
# Template file for 'python3-cmdln'
pkgname=python3-cmdln
version=2.0.0
revision=1
noarch=yes
wrksrc="cmdln-${version}"
build_style=python3-module
pycompile_module="cmdln.py"
hostmakedepends="python3-setuptools unzip"
depends="python3"
short_desc="Improved cmd.py for writing multi-command scripts and shells"
maintainer="shizonic <realtiaz@gmail.com>"
license="MIT"
homepage="http://github.com/trentm/cmdln"
distfiles="${PYPI_SITE}/c/cmdln/cmdln-${version}.zip"
checksum=9b036d89914b49f5f3166a8b3730729f17a7fb533f6a264947a8bbef016d7e20
post_install() {
vlicense LICENSE.txt LICENSE
}