File: control

package info (click to toggle)
python-mitogen 0.3.26-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 6,456 kB
  • sloc: python: 22,134; sh: 183; makefile: 74; perl: 19; ansic: 18
file content (54 lines) | stat: -rw-r--r-- 2,096 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
Source: python-mitogen
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Antoine Beaupré <anarcat@debian.org>,
 Emmanuel Arias <emmanuelarias30@gmail.com>,
 Richard Laager <rlaager@debian.org>,
 Stefano Rivera <stefanor@debian.org>,
 Lee Garrett <debian@rocketjump.eu>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-psutil <!nocheck>,
 python3-setuptools
Standards-Version: 4.7.2
Homepage: https://github.com/mitogen-hq/mitogen/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-mitogen
Vcs-Git: https://salsa.debian.org/python-team/packages/python-mitogen.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-mitogen
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Library for writing distributed self-replicating programs
 Mitogen is a Python library for writing distributed self-replicating programs.
 .
 There is no requirement for installing packages, copying files around, writing
 shell snippets, upfront configuration, or providing any secondary link to a
 remote machine aside from an SSH connection. Due to its origins for use in
 managing potentially damaged infrastructure, the remote machine need not even
 have free disk space or a writeable filesystem.

Package: ansible-mitogen
Architecture: all
Depends:
 ansible-core (<< 2.20),
 ansible-core (>= 2.19.0~beta2),
 python3-mitogen (= ${source:Version}),
 ${misc:Depends},
 ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Fast connection strategy for Ansible
 Mitogen for Ansible is a completely redesigned UNIX connection layer and
 module runtime for Ansible. Requiring minimal configuration changes, it
 updates Ansible’s slow and wasteful shell-centric implementation with
 pure-Python equivalents, invoked via highly efficient remote procedure calls
 to persistent interpreters tunnelled over SSH. No changes are required to
 target hosts.