1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: python-neovim
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Víctor Cuadrado Juan <me@viccuad.me>
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.)
|