diff options
author | adam <adam@pkgsrc.org> | 2017-09-04 19:50:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-09-04 19:50:16 +0000 |
commit | 0f45c5beb075cbd3bbef47319c31e03bd860c5b2 (patch) | |
tree | f897a9ca2c329b9444ed9fa7bea72342cc9461ca /textproc/Makefile | |
parent | e48f6dd425a216cff6aedd0db0ce4746dea61ab9 (diff) | |
download | pkgsrc-0f45c5beb075cbd3bbef47319c31e03bd860c5b2.tar.gz |
Odfpy is a library to read and write OpenDocument v1.2 files. The main focus
has been to prevent the programmer from creating invalid documents. It has
checks that raise an exception if the programmer adds an invalid element, adds
an attribute unknown to the grammar, forgets to add a required attribute or
adds text to an element that doesn't allow it.
These checks and the API itself were generated from the RelaxNG schema, and
then hand-edited. Therefore the API is complete and can handle all ODF
constructions.
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 abb69b034ea..c19b8fa3478 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.952 2017/09/04 19:46:26 adam Exp $ +# $NetBSD: Makefile,v 1.953 2017/09/04 19:50:16 adam Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -774,6 +774,7 @@ SUBDIR+= py-mkdocs-bootstrap SUBDIR+= py-mkdocs-bootswatch SUBDIR+= py-natsort SUBDIR+= py-numpydoc +SUBDIR+= py-odfpy SUBDIR+= py-openpyxl SUBDIR+= py-pandocfilters SUBDIR+= py-pdf-parser |