# Maintainer: Johannes Wienke pkgname=pyls-mypy pkgver=0.1.8 pkgrel=2 pkgdesc="A Mypy plugin for the python language server" url="https://github.com/tomv564/pyls-mypy" depends=('python' 'python-language-server' 'mypy' 'python-future') makedepends=('python3' 'python-setuptools') license=('MIT') arch=('any') source=("https://github.com/tomv564/pyls-mypy/archive/${pkgver}.tar.gz") md5sums=('7ea440bf001da6bb51e0361a6434aca3') package() { cd "${srcdir}/pyls-mypy-${pkgver}" python setup.py install --root="$pkgdir" -v --optimize=1 }