./textproc/py-odfpy, Python API and tools to manipulate OpenDocument files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.1nb2, Package name: py311-odfpy-1.4.1nb2, Maintainer: pkgsrc-users

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.


Required to run:
[textproc/py-defusedxml] [lang/python310]

Master sites:

Filesize: 700.239 KB

Version history: (Expand)


CVS history: (Expand)


   2023-09-29 00:12:46 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Fix permissions when building as root
   2023-04-30 20:56:28 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-odfpy: not for python 2
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2020-08-18 03:01:56 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Always install man pages. Bump revision.
   2020-02-16 21:40:14 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-odfpy: updated to 1.4.1

1.4.1:
Unknown changes
   2018-12-04 14:25:59 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-odfpy: updated to 1.4.0

Release 1.4.0. Requires defusedxml, which guards against various XML vulnerabilities.