File: control

package info (click to toggle)
python-subprocess32 3.2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 324 kB
  • ctags: 333
  • sloc: python: 2,951; ansic: 792; makefile: 6
file content (30 lines) | stat: -rw-r--r-- 1,181 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
Source: python-subprocess32
Section: python
Priority: optional
Maintainer: Ilias Tsitsimpis <i.tsitsimpis@gmail.com>
Uploaders:
 Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all-dev
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/subprocess32
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-subprocess32.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-subprocess32.git
X-Python-Version: >= 2.6
Testsuite: autopkgtest-pkg-python

Package: python-subprocess32
Architecture: any
Depends:
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends}
Description: backport of the Py3 stdlib subprocess module for Py2
 This is a backport of the Python 3.2 subprocess module to replace the stdlib
 subprocess module of Python versions 2.4 through 2.7, strongly recommended for
 POSIX systems. It includes a C extension used internally to handle the code
 path between fork() and exec(), which is more reliable when an application uses
 threads. Timeout support backported from Python 3.3 is also included. On the
 background, see PEP-324.