pysendfile 2.0.0-6ubuntu2 source package in Ubuntu

Changelog

pysendfile (2.0.0-6ubuntu2) vivid; urgency=medium

  * Ensure egg-info file is installed for correct dependency detection.
 -- James Page <email address hidden>   Mon, 12 Jan 2015 14:38:09 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Vivid
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pysendfile_2.0.0.orig.tar.gz 10.9 KiB b7b747e47f2b1b16942d8db9139e0f0f70546ca80a06460bd5abfdc7a1bca957
pysendfile_2.0.0-6ubuntu2.debian.tar.xz 2.3 KiB 33fe34bcabac1eece6921c2abc8fa079965696256cbba916b27862b601f7746b
pysendfile_2.0.0-6ubuntu2.dsc 1.9 KiB f02efad3e5a1bfca40e09cd9085cd7e64edd81b6f7cb84a540bcf038ba1847d9

Available diffs

View changes file

Binary packages built by this source

python-sendfile: No summary available for python-sendfile in ubuntu vivid.

No description available for python-sendfile in ubuntu vivid.

python-sendfile-dbg: Python interface to sendfile(2) (debug)

 Python library which provides a "zero-copy" way of copying data from one
 file descriptor to another (a socket). The phrase "zero-copy" refers to
 the fact that all of the copying of data between the two descriptors is
 done entirely by the kernel, with no copying of data into userspace buffers.
 This is particularly useful when sending a file over a socket (e.g. FTP).
 .
 This package contains the extension built for the Python 2 debug interpreter.