Source: entrypoints
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: python
Priority: optional
Standards-Version: 4.3.0
Homepage: https://github.com/takluyver/entrypoints
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python,
               python-configparser,
               python3
Vcs-Git: https://salsa.debian.org/python-team/modules/entrypoints.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/entrypoints
Testsuite: autopkgtest-pkg-python

Package: python-entrypoints
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-configparser
Description: Discover and load entry points from installed packages (Python 2)
 This module contains functions to find and load entry points
 in installed packages.
 .
 This package installs the library for Python 2.

Package: python3-entrypoints
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Discover and load entry points from installed packages (Python 3)
 This module contains functions to find and load entry points
 in installed packages.
 .
 This package installs the library for Python 3.
