diff options
author | adam <adam@pkgsrc.org> | 2022-01-11 19:17:22 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-01-11 19:17:22 +0000 |
commit | 03494c4c26de71745794e175c99632640c9e1d3c (patch) | |
tree | 972bdf8c85d9d287d01ffc0f38e43a552e4be55c /textproc/Makefile | |
parent | 1b5a5dfe355f8b916befac9908ceb9cc0e2f0150 (diff) | |
download | pkgsrc-03494c4c26de71745794e175c99632640c9e1d3c.tar.gz |
py-tomlkit: added version 0.8.0
TOML Kit is a 1.0.0-compliant TOML library. It includes a parser that preserves
all comments, indentations, whitespace and internal element ordering, and makes
them accessible and editable via an intuitive API. You can also create new TOML
documents from scratch using the provided helpers.
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 f30ac78d4bb..08fe748058d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1267 2022/01/11 19:09:24 adam Exp $ +# $NetBSD: Makefile,v 1.1268 2022/01/11 19:17:22 adam Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1107,6 +1107,7 @@ SUBDIR+= py-tinycss2 SUBDIR+= py-toml SUBDIR+= py-tomli SUBDIR+= py-tomli_w +SUBDIR+= py-tomlkit SUBDIR+= py-ujson SUBDIR+= py-uritemplate SUBDIR+= py-validators |