Re: NEW: devel/py-cloudpickle

2015-08-22 Thread Jérémie Courrèges-Anglas
Brian Callahan writes: [...] > Out of curiosity... you say the tests are failing. They all pass here > for me. Indeed, sorry for the confusion. 8) -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: NEW: devel/py-cloudpickle

2015-08-21 Thread Brian Callahan
On 08/21/15 18:32, Brian Callahan wrote: > > > On 08/21/15 18:28, Jérémie Courrèges-Anglas wrote: >> Brian Callahan writes: >> >>> Hi ports -- >>> >>> Attached is a new port, devel/py-cloudpickle. py-cloudpickle provides >>> extended pickling support for Python objects. >>> >>> pkg/DESCR: >>>

Re: NEW: devel/py-cloudpickle

2015-08-21 Thread Brian Callahan
On 08/21/15 18:28, Jérémie Courrèges-Anglas wrote: > Brian Callahan writes: > >> Hi ports -- >> >> Attached is a new port, devel/py-cloudpickle. py-cloudpickle provides >> extended pickling support for Python objects. >> >> pkg/DESCR: >> cloudpickle makes it possible to serialize Python constru

Re: NEW: devel/py-cloudpickle

2015-08-21 Thread Jérémie Courrèges-Anglas
Brian Callahan writes: > Hi ports -- > > Attached is a new port, devel/py-cloudpickle. py-cloudpickle provides > extended pickling support for Python objects. > > pkg/DESCR: > cloudpickle makes it possible to serialize Python constructs not > supported by the default pickle module from the Python