yp-svipc 0.14-2build3 source package in Ubuntu
Changelog
yp-svipc (0.14-2build3) trusty; urgency=medium * Rebuild for python3.4 as a supported python version. -- Matthias Klose <email address hidden> Sat, 04 Jan 2014 19:28:26 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Trusty
- Original maintainer:
- Debian Science Team
- Architectures:
- any
- Section:
- science
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
yp-svipc_0.14.orig.tar.gz | 26.0 KiB | 9f879670ecb4df71f1851cd3ac0250fdd2317baeb25e200f924037cc120dd1e3 |
yp-svipc_0.14-2build3.debian.tar.gz | 3.3 KiB | e2104b4f85b19183f765c0edf01d1069105e38745ae05072c62ed959e5502991 |
yp-svipc_0.14-2build3.dsc | 1.5 KiB | e54ba92d44eeefb69862e08e31c49e7bcd4c387d9a0f53005d7a8a070af5a403 |
Available diffs
- diff from 0.14-2build2 to 0.14-2build3 (339 bytes)
Binary packages built by this source
- python-svipc: interprocess communication (shared memory...) for Python
This package allows one to access the System V Interprocess
communication mechanisms from within Python:
+ message queues;
+ semaphore sets;
+ shared memory segments.
.
This plug-in serves primarily two use cases:
+ parallel (multiprocess) computing;
+ mixed applications (e.g. python/yorick).
.
A sibling package is available for Yorick: yorick-svipc
- python3-svipc: interprocess communication (shared memory...) for Python 3
This package allows one to access the System V Interprocess
communication mechanisms from within Python 3:
+ message queues;
+ semaphore sets;
+ shared memory segments.
.
This plug-in serves primarily two use cases:
+ parallel (multiprocess) computing;
+ mixed applications (e.g. python/yorick).
.
A sibling package is available for Yorick: yorick-svipc
- yorick-svipc: interprocess communication (shared memory...) for Yorick
This package allows one to access the System V Interprocess
communication mechanisms from within Yorick:
+ message queues;
+ semaphore sets;
+ shared memory segments.
It also exposes related functionality, in particular fork().
.
This plug-in serves primarily two use cases:
+ parallel (multiprocess) computing;
+ mixed applications (eg. yorick/python).
.
Sibling packages are available for Python: python-svipc and
python3-svipc.