File: control

package info (click to toggle)
python-pynvim 0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 344 kB
  • sloc: python: 2,538; sh: 6; makefile: 4
file content (53 lines) | stat: -rw-r--r-- 1,566 bytes parent folder | download
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
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 (= 12),
 dh-python,
 python3-all,
 python3-setuptools,
# dependencies for python3:
 python3-msgpack (>= 0.5.0),
 python3-greenlet,
# dependencies for tests:
 neovim (>= 0.2.1),
 python3-pytest (>= 3.4.0),
# dependencies for setup:
 python3-pytest-runner,
Standards-Version: 4.5.0
Homepage: https://github.com/neovim/python-client
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-neovim
Architecture: all
Depends:
 python3-pynvim,
 ${misc:Depends}
Section: oldlibs
Description: transitional dummy package
 This is a transitional dummy package.  It can safely be removed.

Package: python3-pynvim
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Provides:
 python3-neovim (= ${source:Version}),
 ${python3:Provides},
 vim-python3,
Breaks: neovim (<< 0.2.1), python3-neovim (<< 0.4.0~)
Replaces: python3-neovim (<< 0.4.0~)
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.)