./textproc/py-tomli, Lil TOML parser

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


Branch: CURRENT, Version: 2.0.1nb1, Package name: py311-tomli-2.0.1nb1, Maintainer: pkgsrc-users

Tomli is a Python library for parsing TOML. Tomli is fully compatible
with TOML v1.0.0.


Required to run:
[lang/python310]

Master sites:

Filesize: 14.809 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-26 00:23:03 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-tomli: switch to bootstrap.mk
   2023-10-26 00:04:23 by Thomas Klausner | Files touched by this commit (3)
Log message:
py-tomli: only use flit_core and installer

This is relevant because this package is on the recommended bootstrap
path for Python distributions.

Bump PKGREVISION.
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2022-03-31 10:40:49 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tomli: updated to 2.0.1

2.0.1

Improve

Make bundling easier by using relative imports internally and adding license and \ 
copyright notice to source files.
Make error messages more uniform
Raise a friendly TypeError for wrong file mode
Allow parse_float to return objects having the append attr
Eagerly raise an error if parse_float returns an illegal type

Packaging

Move from pytest testing framework to unittest and remove python-dateutil test \ 
dependency. Tests now only require Python interpreter.
   2022-01-25 22:48:11 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-tomli: wheel.mk is now standalone, remove extension.mk
   2022-01-13 10:47:04 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-tomli: build using the wheel to avoid a dependency cycle
   2022-01-11 22:53:33 by Niclas Rosenvik | Files touched by this commit (3)
Log message:
make py-tomli use pep517 for building
   2022-01-10 20:16:03 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
py-tomli: switch to setup.py generated with flit