1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: entrypoints
Maintainer: Debian Python Modules Team <python-modules-team@alioth-lists.debian.net>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: python
Priority: optional
Standards-Version: 4.5.0
Homepage: https://github.com/takluyver/entrypoints
Build-Depends: debhelper-compat (= 13),
dh-python,
python3
Vcs-Git: https://salsa.debian.org/python-team/packages/entrypoints.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/entrypoints
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
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.
|