aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2016-12-26 15:22:13 +0800
committerpi <pi@FreeBSD.org>2016-12-26 15:22:13 +0800
commit2de42c52ea773cc25aafa1e3bfe9cd4af8be28af (patch)
treeef724a30b5731f5705431400a8e6a6d2e2b170d0 /devel/Makefile
parent66ed435333d46b8bd227926a4e63a9fb52e3c7ea (diff)
downloadfreebsd-ports-gnome-2de42c52ea773cc25aafa1e3bfe9cd4af8be28af.tar.gz
freebsd-ports-gnome-2de42c52ea773cc25aafa1e3bfe9cd4af8be28af.tar.zst
freebsd-ports-gnome-2de42c52ea773cc25aafa1e3bfe9cd4af8be28af.zip
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>
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f3aa66a519c8..bdf8f169fed9 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4191,6 +4191,7 @@
SUBDIR += py-dexml
SUBDIR += py-dialog
SUBDIR += py-diazo
+ SUBDIR += py-dill
SUBDIR += py-dirspec
SUBDIR += py-distorm
SUBDIR += py-django-rq