CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected] 2015/08/21 17:44:49

Log message:
    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.
    
    Status:
    
    Vendor Tag: bcallah
    Release Tags:       bcallah_20150821
    
    N ports/devel/py-cloudpickle/Makefile
    N ports/devel/py-cloudpickle/distinfo
    N ports/devel/py-cloudpickle/pkg/PLIST
    N ports/devel/py-cloudpickle/pkg/DESCR
    
    No conflicts created by this import

Reply via email to