python-greenlet 0.4.2-1build1 source package in Ubuntu

Changelog

python-greenlet (0.4.2-1build1) trusty; urgency=medium

  * No change rebuild to drop python3.3 compiled extension.
 -- Dimitri John Ledkov <email address hidden>   Mon, 31 Mar 2014 19:34:55 +0100

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main python

Downloads

File Size SHA-256 Checksum
python-greenlet_0.4.2.orig.tar.gz 50.7 KiB 7685b9954f46ebb5af3fd72bb765808323e542dc85e76c35bebf59051fc0cd8e
python-greenlet_0.4.2-1build1.debian.tar.gz 5.9 KiB cab75073336a96d8dde8e959e8f81575661d5f9b82d59a24570299c9b2d0c349
python-greenlet_0.4.2-1build1.dsc 2.2 KiB 20f01d2d1b415f55f3c66e2aa722e6aa0ac7015514ee12a36a3d94cbf32695be

View changes file

Binary packages built by this source

python-greenlet: No summary available for python-greenlet in ubuntu utopic.

No description available for python-greenlet in ubuntu utopic.

python-greenlet-dbg: No summary available for python-greenlet-dbg in ubuntu utopic.

No description available for python-greenlet-dbg in ubuntu utopic.

python-greenlet-dev: Lightweight in-process concurrent programming - development files

 The greenlet package is a spin-off of Stackless, a version of CPython that
 supports micro-threads called "tasklets". Tasklets run pseudo-concurrently
 (typically in a single or a few OS-level threads) and are synchronized with
 data exchanges on "channels".
 .
 greenlet is the standalone package derived from the py lib, and is used by
 several non-blocking IO packages as a more flexible alternative to Python's
 built in coroutines.
 .
 This is the development package for greenlet.

python-greenlet-doc: Lightweight in-process concurrent programming - documentation

 The greenlet package is a spin-off of Stackless, a version of CPython that
 supports micro-threads called "tasklets". Tasklets run pseudo-concurrently
 (typically in a single or a few OS-level threads) and are synchronized with
 data exchanges on "channels".
 .
 greenlet is the standalone package derived from the py lib, and is used by
 several non-blocking IO packages as a more flexible alternative to Python's
 built in coroutines.
 .
 This is the documentation for greenlet.

python3-greenlet: Lightweight in-process concurrent programming (python3)

 The greenlet package is a spin-off of Stackless, a version of CPython that
 supports micro-threads called "tasklets". Tasklets run pseudo-concurrently
 (typically in a single or a few OS-level threads) and are synchronized with
 data exchanges on "channels".
 .
 greenlet is the standalone package derived from the py lib, and is used by
 several non-blocking IO packages as a more flexible alternative to Python's
 built in coroutines.