File: control

package info (click to toggle)
python-pipeline 0.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 96 kB
  • sloc: python: 861; makefile: 48
file content (29 lines) | stat: -rw-r--r-- 1,261 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-pipeline
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 7), python-all, python3-all (>= 3.1.2-7~), python-support (>= 0.6.4)
Standards-Version: 3.9.2
XS-Python-Version: >= 2.4
X-Python3-Version: >= 3.0
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pipeline/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-pipeline/trunk/
Homepage: http://python-pipeline.googlecode.com/

Package: python-pipeline
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: iterator pipelines for Python
 python-pipeline provides an easy way to construct pipelines of iterators,
 with a syntax resembling Unix shell. It supplies counterparts for some
 common command-line utilities: cat, cut, echo, grep, head, nl, sort, split,
 tail, uniq, wc, yes.

Package: python3-pipeline
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: iterator pipelines for Python 3
 python3-pipeline provides an easy way to construct pipelines of iterators,
 with a syntax resembling Unix shell. It supplies counterparts for some
 common command-line utilities: cat, cut, echo, grep, head, nl, sort, split,
 tail, uniq, wc, yes.