diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-12-07 18:47:10 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-12-07 18:47:10 +0000 |
commit | 25d31884df2dd473e74691443b6b4277b5aa20fb (patch) | |
tree | 18e7aec51ab0c0d948d4ba53e77257441444497c /textproc/Makefile | |
parent | 8ac3ab3520d59d404b4d4dce2d492f766093200a (diff) |
New port: textproc/py-et_xmlfile
et_xmlfile is a low memory library for creating large XML files.
It is based upon the xmlfile module from lxml with the aim of allowing code
to be developed that will work with both libraries. It was developed
initially for the openpyxl project but is now a standalone module.
WWW: https://bitbucket.org/openpyxl/et_xmlfile
Notes
Notes:
svn path=/head/; revision=403227
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 523fc355270b..a8f3e1c56291 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1217,6 +1217,7 @@ SUBDIR += py-empy SUBDIR += py-enchant SUBDIR += py-errorhandler + SUBDIR += py-et_xmlfile SUBDIR += py-excelerator SUBDIR += py-feedparser SUBDIR += py-genshi |