# Maintainer: Rolf Morel <$myfullname_without_spaces@gmail.com> _pkgname="blessed" pkgname="python-${_pkgname}" pkgver=1.8.4 pkgrel=1 pkgdesc="A thin, practical wrapper around terminal capabilities in Python" arch=('i686' 'x86_64') url="https://github.com/jquast/blessed" license=('MIT') depends=('python') source=("https://pypi.python.org/packages/source/b/${_pkgname}/${_pkgname}-${pkgver}.tar.gz") md5sums=('fb8c813e78f78372636f947df2e70247') package() { cd "$srcdir/$_pkgname-$pkgver" python setup.py install --root="$pkgdir/" --optimize=1 }