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
|
Source: python-pynvim
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
James McCoy <jamessan@debian.org>,
VĂctor Cuadrado Juan <me@viccuad.me>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
# dependencies for python3:
python3-msgpack (>= 0.5.0),
python3-greenlet (>= 3.0),
python3-typing-extensions | python3 (>= 3.12),
# dependencies for tests:
neovim (>= 0.10) <!nocheck>,
python3-pytest (>= 3.4.0) <!nocheck>,
python3-pytest-timeout <!nocheck>,
# dependencies for setup:
python3-pytest-runner,
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/neovim/pynvim
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pynvim.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pynvim
Package: python3-pynvim
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-greenlet (>= 3.0),
Provides:
python3-neovim (= ${source:Version}),
${python3:Provides},
vim-python3,
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.
|