Source: python-neovim-gui
Section: editors
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Víctor Cuadrado Juan <me@viccuad.me>
Build-Depends:
 debhelper (>=9),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-pkg-resources,
# dependencies for binary:
 python3-all-dev,
 cython3
Standards-Version: 3.9.8
Homepage: https://github.com/neovim/python-gui
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-neovim-gui.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-neovim-gui.git


Package: python3-neovim-gui
Architecture: any
Depends:
 ${python3:Depends},
 ${misc:Depends},
# pynvim binary:
 ${shlibs:Depends},
 neovim (>= 0.1.3),
 python-neovim (>= 0.1.7),
 python3-gi,
 python3-click (>= 3.0),
 python3-gi-cairo,
 python3-cairo,
 gir1.2-gtk-3.0
Provides: editor
Description: Simple nvim gui implemented using Gtk (Python 3)
 Neovim is a Vim fork that focuses on refactoring, extensibility and
 simplification of the original code base.
 .
 This package installs pynvim GTK+ GUI for Python 3.
