3 Commits

Author SHA1 Message Date
sthen
88e0d48477 bump REVISION for setuptools dep change. 2015-09-29 10:51:43 +00:00
jasper
7296d492df - update to cloudpickle-0.1.1
- remove bcallah as maintainer per his request
2015-09-20 12:45:50 +00:00
bcallah
0b257a1597 Import devel/py-cloudpickle
tweaks and ok jca@

cloudpickle makes it possible to serialize Python constructs not
supported by the default pickle module from the Python standard library.

cloudpickle is especially useful for cluster computing where Python
expressions are shipped over the network to execute on remote hosts,
possibly close to the data.

Among other things, cloudpickle supports pickling for lambda
expressions, functions and classes defined interactively in the __main__
module.
2015-08-21 23:44:49 +00:00