File: control

package info (click to toggle)
entrypoints 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 160 kB
  • ctags: 93
  • sloc: python: 253; makefile: 167
file content (34 lines) | stat: -rw-r--r-- 1,263 bytes parent folder | download | duplicates (2)
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
Source: entrypoints
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Section: python
Priority: optional
Standards-Version: 3.9.8
Homepage: https://github.com/takluyver/entrypoints
Build-Depends: debhelper (>= 9),
               dh-python,
               python,
               python-configparser,
               python3
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/entrypoints.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/entrypoints.git

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.