# Contributor: Leo # Maintainer: Leo pkgname=py3-clikit _realname=clikit pkgver=0.3.1 pkgrel=0 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="5a06a79ca71a9d24982170ad49862b35e403dc8d6e62a3f07eff71c63eb1600dafac92eb0baa7e9ec5e0f70a650ba3685d283efecae3ebf6e7c0b54ec851323f clikit-0.3.1.tar.gz"