python-greenlet 0.3.1-1ubuntu5 source package in Ubuntu

Changelog

python-greenlet (0.3.1-1ubuntu5) precise; urgency=low

  * Enable building on armhf as well as armel.
 -- Adam Conrad <email address hidden>   Mon, 05 Dec 2011 12:48:12 -0700

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
i386 amd64 powerpc sparc s390 s390x mips armel armhf all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main python

Downloads

File Size SHA-256 Checksum
python-greenlet_0.3.1.orig.tar.gz 38.0 KiB 43944631785d667f90dea6f7170382894f0a6628bda38e498f8c70975a804bfa
python-greenlet_0.3.1-1ubuntu5.debian.tar.gz 6.0 KiB 2e606abf107b917ab5bfd680e031d2716d9b24c96c569f8ca9db67fef721524c
python-greenlet_0.3.1-1ubuntu5.dsc 1.5 KiB 3c7e8835e69187debde94f1daa975e86198133d77ae3925e2d00fbba2411055d

Available diffs

View changes file

Binary packages built by this source

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

No description available for python-greenlet in ubuntu quantal.

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

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

python-greenlet-dev: No summary available for python-greenlet-dev in ubuntu quantal.

No description available for python-greenlet-dev in ubuntu quantal.

python-greenlet-doc: 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 documentation for greenlet.