File: control

package info (click to toggle)
pbs 0.95-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 100 kB
  • sloc: python: 473; makefile: 22
file content (30 lines) | stat: -rw-r--r-- 1,232 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
30
Source: pbs
Section: python
Priority: extra
Maintainer: Nick Moffitt <nick@zork.net>
Build-Depends: debhelper (>= 8.0.0), python-all, python-setuptools, python3-all, python3-setuptools
X-Python-Version: >= 2.6
Standards-Version: 3.9.2
Homepage: https://github.com/amoffat/pbs

Package: python-pbs
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Python 2 module for executing shell commands as functions
 PBS is a unique subprocess wrapper that maps your system programs to
 Python functions dynamically. PBS helps you write shell scripts in
 Python by giving you the good features of Bash (easy command calling,
 easy piping) with all the power and flexibility of Python.
 .
 This package contains the library for Python 2.x.

Package: python3-pbs
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Python 3 module for executing shell commands as functions
 PBS is a unique subprocess wrapper that maps your system programs to
 Python functions dynamically. PBS helps you write shell scripts in
 Python by giving you the good features of Bash (easy command calling,
 easy piping) with all the power and flexibility of Python.
 .
 This package contains the library for Python 3.x.