Source: napari-plugin-engine
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),
               pybuild-plugin-pyproject, python3-setuptools,
               python3-all,
               python3-importlib-metadata | python3 (>> 3.8),
               python3-sphinx,
	       python3-sphinx-autodoc-typehints,
	       python3-sphinx-rtd-theme,
Standards-Version: 4.6.2.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/napari/napari-plugin-engine
Vcs-Git: https://salsa.debian.org/python-team/packages/napari-plugin-engine.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/napari-plugin-engine
Rules-Requires-Root: no

Package: python3-napari-plugin-engine
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: napari plugin engine, fork of pluggy
 napari-plugin-engine is a fork of pluggy modified by the napari team.
 .
 There are some API and feature changes, including:
 .
  - discovery via naming convention as well as entry_points
  - support for reordering of hook calls after registration.
  - enhanced API for retrieving plugin package metadata.
  - modified plugin call and registration exception handling
  - modified `HookResult` object and hook call loop, with ability to
 retrieve the HookImplementation responsible for the result.
  - lazy plugin discovery
  - some changes to variable and attribute naming
  - removed all deprecated code
  - type annotations on everything
  - pytest fixtures for testing
  - a couple napari-specific convenience imports

Package: python-napari-plugin-engine-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: documentation for the napari-plugin-engine Python library
 This package provides documentation for napari-plugin-engine
