Created attachment 177191 [details] shar archive
Committed, thanks!
A commit references this bug: Author: pi Date: Mon Dec 26 07:22:13 UTC 2016 New revision: 429482 URL: https://svnweb.freebsd.org/changeset/ports/429482 Log: New port: devel/py-dill Dill extends python's 'pickle' module for serializing and de-serializing python objects to the majority of the built-in python types. Serialization is the process of converting an object to a byte stream, and the inverse of which is converting a byte stream back to on python object hierarchy. WWW: https://pypi.python.org/pypi/dill PR: 214677 Submitted by: Yuri Victorovich <yuri@rawbw.com> Changes: head/devel/Makefile head/devel/py-dill/ head/devel/py-dill/Makefile head/devel/py-dill/distinfo head/devel/py-dill/pkg-descr