simplegeneric 0.7-1build1 source package in Ubuntu
Changelog
simplegeneric (0.7-1build1) precise; urgency=low * Rebuild to drop python2.6 dependencies and provides. -- Matthias Klose <email address hidden> Sat, 14 Apr 2012 13:45:31 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Precise
- Original maintainer:
- Cédric Delfosse
- Architectures:
- all
- Section:
- python
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
simplegeneric_0.7.orig.tar.gz | 9.3 KiB | 26fdad03138baf3e7ff5d46d762bd085e4d5a75eef08da9964a209659416341e |
simplegeneric_0.7-1build1.debian.tar.gz | 1.7 KiB | 6ca0130918304719154c535e84898a888781eabb294e2d73c754a7f5c0875ea2 |
simplegeneric_0.7-1build1.dsc | 1.2 KiB | 0158a6c45801f7e9a2b3b31619af1af3a101643ff1ad2f7905ab1f227e508919 |
Available diffs
- diff from 0.7-1 to 0.7-1build1 (349 bytes)
Binary packages built by this source
- python-simplegeneric: simple generic functions for Python
The simplegeneric module lets you define simple single-dispatch generic
functions, akin to Python's built-in generic functions like len(), iter() and
so on. However, instead of using specially-named methods, these generic
functions use simple lookup tables, akin to those used by e.g. pickle.dump()
and other generic functions found in the Python standard library.