File: control

package info (click to toggle)
napari-plugin-manager 0.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,484 kB
  • sloc: python: 3,360; makefile: 46
file content (43 lines) | stat: -rw-r--r-- 1,402 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
Source: napari-plugin-manager
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>,
 Roland Mas <lolando@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 herbstluftwm <!nocheck>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-flaky <!nocheck>,
 python3-napari <!nocheck>,
 python3-pyqt5.qtopengl <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytestqt <!nocheck>,
 python3-qtpy-pyqt5 <!nocheck>,
 python3-virtualenv <!nocheck>,
 python3-setuptools,
 python3-setuptools-scm,
 xvfb <!nocheck>,
Standards-Version: 4.6.2.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/napari-plugin-manager.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/napari-plugin-manager

Package: python3-napari-plugin-manager
Architecture: all
Depends:
 python3-pyqt5.qtopengl,
 python3-qtpy-pyqt5,
 ${misc:Depends},
 ${python3:Depends},
Description: Install plugins for napari, in napari
 This is a napari plugin manager to provide a graphical user interface
 for installing napari plugins.
 .
 The napari-plugin-manager used to be part of the napari codebase
 before the 0.5.x release series. It's now maintained as a separate
 project and package to allow uncoupled iterations outside
 of the `napari` release cycle.