# Contributor: Galen Abell # Maintainer: Galen Abell pkgname="py3-pynvim" _pyname="pynvim" pkgver="0.4.0" pkgrel=1 pkgdesc="python client and plugin host for Nvim" options="!check" # Tests fail on the builders url="https://github.com/neovim/pynvim" arch="noarch !aarch64 !s390x" # Arches where neovim is not available license="Apache-2.0" depends="neovim python3 py3-msgpack py3-greenlet" makedepends="py3-setuptools" checkdepends="py3-pytest py3-pytest-runner" source="$_pyname-$pkgver.tar.gz::https://github.com/neovim/$_pyname/archive/$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" build() { python3 setup.py build } check() { python3 setup.py test } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="4b3b0e295181cf8886850477d01daba1cba8ac456aedadc5b3881b0b4910724450c4e7774282f6edf3e322792b697ae8e925f40b2a0b181a95eee48aef42a97a pynvim-0.4.0.tar.gz"