diff options
author | adam <adam@pkgsrc.org> | 2022-04-20 10:40:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-04-20 10:40:29 +0000 |
commit | 1e7747c040898777dd41ce8269ed82f276360338 (patch) | |
tree | 9edcbaa3a2f9c4e81f8a12402d41a85e4759b754 /textproc/Makefile | |
parent | 6ee21efc36fb519fe900b32c969311b679aa8261 (diff) | |
download | pkgsrc-1e7747c040898777dd41ce8269ed82f276360338.tar.gz |
py-dill: added version 0.3.4
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 a python object hierarchy.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b98831d8848..63e75814e5e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1303 2022/04/19 11:14:55 tnn Exp $ +# $NetBSD: Makefile,v 1.1304 2022/04/20 10:40:29 adam Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -991,6 +991,7 @@ SUBDIR+= py-defusedxml SUBDIR+= py-demjson SUBDIR+= py-dicttoxml SUBDIR+= py-diff-match-patch +SUBDIR+= py-dill SUBDIR+= py-docutils SUBDIR+= py-docx SUBDIR+= py-dominate |