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
|
Source: gearman-interface
Priority: extra
Maintainer: Clint Byrum <spamaps@debian.org>
Build-Depends: python-setuptools (>= 0.6b3), python, python3 (>= 3.1.2-6~), python3-all-dev, python-all-dev, debhelper (>= 7.0.50~), python-support (>= 0.8.4), libgearman-dev (>= 0.27-3), swig, uuid-dev, dh-autoreconf, automake1.11
Standards-Version: 3.9.4
Section: python
Homepage: https://launchpad.net/gearman-interface
Vcs-Bzr: https://code.launchpad.net/~gearman-developers/gearman-interface/packaging
Package: python-gearman.libgearman
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-gearman
Provides: ${python:Provides}
Description: Python wrapper of libgearman
This package contains a Python wrapper of libgearman.
.
Gearman provides a generic application framework to farm out work to
other machines or processes that are better suited to do the work. It
allows you to do work in parallel, to load balance processing, and to
call functions between languages. It can be used in a variety of
applications, from high-availability web sites to the transport of
database replication events. In other words, it is the nervous system
for how distributed processing communicates
Package: python3-gearman.libgearman
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Description: Python 3 wrapper of libgearman
This package contains a Python 3 wrapper of libgearman.
.
Gearman provides a generic application framework to farm out work to
other machines or processes that are better suited to do the work. It
allows you to do work in parallel, to load balance processing, and to
call functions between languages. It can be used in a variety of
applications, from high-availability web sites to the transport of
database replication events. In other words, it is the nervous system
for how distributed processing communicates
|