File: control

package info (click to toggle)
python-subprocess32 3.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 508 kB
  • sloc: python: 3,069; ansic: 812; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 1,162 bytes parent folder | download
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
Source: python-subprocess32
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ilias Tsitsimpis <iliastsi@debian.org>,
           Daniel Stender <stender@debian.org>
Build-Depends:
 debhelper (>= 11),
 dh-python,
 python-all-dev,
 python-setuptools
Standards-Version: 4.2.1
Homepage: https://pypi.python.org/pypi/subprocess32
Vcs-Git: https://salsa.debian.org/python-team/modules/python-subprocess32.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-subprocess32

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.