Bug 214677 - [NEW PORT] devel/py-dill: Serialize all of python
Summary: [NEW PORT] devel/py-dill: Serialize all of python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-19 23:16 UTC by Yuri Victorovich
Modified: 2016-12-26 07:23 UTC (History)
1 user (show)

See Also:


Attachments
shar archive (1.72 KB, text/plain)
2016-11-19 23:16 UTC, Yuri Victorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2016-11-19 23:16:53 UTC
Created attachment 177191 [details]
shar archive
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2016-12-26 07:22:22 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-12-26 07:23:05 UTC
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