summaryrefslogtreecommitdiff
path: root/debian/control
blob: 8b004f84c7054ab8bad41a4f0649d008dd141fd9 (plain)
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
Source: python-sh
Maintainer: Ben Carrillo <ben@futeisha.org>
Section: python
Priority: optional
Build-Depends:
 python-all (>= 2.6.6-3),
 python3-all,
 debhelper (>= 9),
 quilt
Standards-Version: 3.9.4
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0
Homepage: https://github.com/amoffat/sh

Package: python-sh
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends}
Description: Python subprocess interface
 sh (previously pbs) is a full-fledged subprocess interface for
 Python 2.6 - 3.2 that allows you to call any program as if it
 were a function.

Package: python3-sh
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Description: Python3 subprocess interface
 sh (previously pbs) is a full-fledged subprocess interface for
 Python 2.6 - 3.2 that allows you to call any program as if it
 were a function.
 .
 This package contains the Python 3 version of the library.