# Contributor: Leo # Maintainer: Leo pkgname=py3-clikit _realname=clikit pkgver=0.4.0 pkgrel=1 pkgdesc="Python3 library to create beautiful and testable command-line interfaces" options="!check" # No tests on pypi tarball, github uses pyproject.toml url="https://github.com/sdispater/clikit" arch="noarch" license="MIT" depends="python3 py3-pastel py3-pylev" makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_realname:0:1}/$_realname/$_realname-$pkgver.tar.gz" builddir="$srcdir/$_realname-$pkgver" build() { python3 setup.py build } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="d0533df494c7bb2f024d0a4ca0348fdbcc8764c5526e34fa2da3f74f085e6262d5d743508269a64cc77fa090a591de47d1b078759b43fb1526bcc8506c1d40e8 clikit-0.4.0.tar.gz"