File: control

package info (click to toggle)
straight.plugin 1.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 244 kB
  • ctags: 155
  • sloc: python: 412; makefile: 138
file content (79 lines) | stat: -rw-r--r-- 2,852 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Source: straight.plugin
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sergio Durigan Junior <sergiodj@sergiodj.net>
Build-Depends: debhelper (>=9),
	       dh-python,
	       python-all (>= 2.6.6-3~),
	       python-setuptools,
	       python-sphinx,
	       python-mock,
	       python3-all,
	       python3-setuptools,
	       python3-sphinx,
	       python3-mock,
	       sphinx-common
Standards-Version: 3.9.8
Homepage: https://github.com/ironfroggy/straight.plugin
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/straight.plugin.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/straight.plugin.git

Package: python-straight.plugin
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-straight.plugin-doc
Description: Simple namespaced plugin facility (Python 2)
 straight.plugin is a Python plugin loader inspired by twisted.plugin
 with two important distinctions:
 .
 - Fewer dependencies
 - Python 3 compatible
 .
 The system is used to allow multiple Python packages to provide
 plugins within a namespace package, where other packages will locate
 and utilize. The plugins themselves are modules in a namespace
 package where the namespace identifies the plugins in it for some
 particular purpose or intent.
 .
 This package installs the library for Python 2.

Package: python3-straight.plugin
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-straight.plugin-doc
Description: Simple namespaced plugin facility (Python 3)
 straight.plugin is a Python plugin loader inspired by twisted.plugin
 with two important distinctions:
 .
 - Fewer dependencies
 - Python 3 compatible
 .
 The system is used to allow multiple Python packages to provide
 plugins within a namespace package, where other packages will locate
 and utilize. The plugins themselves are modules in a namespace
 package where the namespace identifies the plugins in it for some
 particular purpose or intent.
 .
 This package installs the library for Python 3.

Package: python-straight.plugin-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Simple namespaced plugin facility (common documentation)
 straight.plugin is a Python plugin loader inspired by twisted.plugin
 with two important distinctions:
 .
 - Fewer dependencies
 - Python 3 compatible
 .
 The system is used to allow multiple Python packages to provide
 plugins within a namespace package, where other packages will locate
 and utilize. The plugins themselves are modules in a namespace
 package where the namespace identifies the plugins in it for some
 particular purpose or intent.
 .
 This is the common documentation package.