Codebase list python-passfd / 701f407 debian / control
701f407

Tree @701f407 (Download .tar.gz)

control @701f407raw · history · blame

Source: python-passfd
Maintainer: Martín Ferrari <tincho@debian.org>
Section: python
Priority: optional
Build-Depends: python-all-dev, debhelper (>= 9), dh-python
Standards-Version: 3.9.6
Homepage: http://code.google.com/p/python-passfd/
Vcs-Browser: http://canterville.mine.nu/wsvn/debian/trunk/python-passfd/

Package: python-passfd
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: Python functions to pass file descriptors across UNIX domain
 This simple extension provides two functions to pass and receive file
 descriptors across UNIX domain sockets, using the BSD-4.3+ sendmsg() and
 recvmsg() interfaces.
 .
 Direct bindings to sendmsg and recvmsg are not provided, as the API does
 not map nicely into Python.
 .
 Please note that this only supports BSD-4.3+ style file descriptor
 passing, and was only tested on Linux.