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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: ioprocess
Priority: extra
Maintainer: Milan Zamazal <mzamazal@redhat.com>
Build-Depends:
debhelper (>= 9~),
autotools-dev,
automake,
autoconf,
python-nose,
python-six,
libglib2.0-dev,
libyajl-dev,
dh-autoreconf,
dh-python,
python-all-dev (>= 2.6.6-3~),
python-all-dbg (>= 2.6.6-3~),
python-setuptools,
python-cpopen
Standards-Version: 3.9.6
Section: python
Homepage: http://www.ovirt.org/Features/ioprocess
Vcs-Git: git://gerrit.ovirt.org/ioprocess.git
Vcs-Browser: https://gerrit.ovirt.org/gitweb?p=ioprocess.git
Package: ioprocess
Section: utils
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
libyajl2,
libglib2.0-0
Description: Slave process to perform risky IO
When performing IO over network storage (specifically NFS) the process might
get stuck in D state. To prevent your main process from becoming unkillable
you might prefer to have a slave process do all the risky IO. This is what
ioprocess is for.
Package: python-ioprocess
Section: python
Architecture: all
Depends:
${python:Depends},
${misc:Depends},
python,
python-cpopen,
python-six,
ioprocess
Description: Python bindings for ioprocess
When performing IO over network storage (specifically NFS) the process might
get stuck in D state. To prevent your main process from becoming unkillable
you might prefer to have a slave process do all the risky IO. This is what
ioprocess is for.
.
This package provides a python API to ioprocess.
|