# Contributor: Leo # Maintainer: Michał Polański pkgname=py3-clikit _realname=clikit pkgver=0.4.3 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="a3d7045f20d071cdc4251167b6bfd98b82a36e7003ccc02d5139df2914890309053fec43e9b3284121c68f0cdd3b3f8faa507d9a7b7fb8b26cedba35ae89c4e9 clikit-0.4.3.tar.gz"