Source: python-neovim Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: VĂ­ctor Cuadrado Juan Rules-Requires-Root: no Build-Depends: debhelper (>= 11), dh-python, python-all (>= 2.6.6-3~), python-setuptools, python3-all, python3-setuptools, # dependencies for python2: python-msgpack (>= 0.5.0), python-greenlet, cython, python-trollius, # dependencies for python3: python3-msgpack (>= 0.5.0), python3-greenlet, # dependencies for tests: neovim (>= 0.2.1), python-pytest (>= 3.4.0), python3-pytest (>= 3.4.0), Standards-Version: 4.3.0 Homepage: https://github.com/neovim/python-client Vcs-Git: https://salsa.debian.org/python-team/modules/python-neovim.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-neovim Package: python-neovim Architecture: all Depends: ${misc:Depends}, ${python:Depends} Provides: ${python:Provides}, vim-python, Breaks: neovim (<< 0.2.1) Recommends: neovim Description: Python2 library for scripting Neovim processes through its msgpack-rpc API Neovim is a Vim fork that focuses on refactoring, extensibility and simplification of the original code base. . This is the Python2 version of the package (If you only use one of python2 or python3, it is enough to install that version.) Package: python3-neovim Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Provides: ${python3:Provides}, vim-python3, Breaks: neovim (<< 0.2.1) Recommends: neovim Description: Python3 library for scripting Neovim processes through its msgpack-rpc API Neovim is a Vim fork that focuses on refactoring, extensibility and simplification of the original code base. . This is the Python3 version of the package (If you only use one of python2 or python3, it is enough to install that version.)