]> code.ossystems Code Review - openembedded-core.git/commit
python3-tomli: add recipe for 1.2.1
authorTim Orling <ticotimo@gmail.com>
Sun, 17 Oct 2021 01:41:20 +0000 (01:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Oct 2021 12:48:12 +0000 (13:48 +0100)
commit86430833b463d606ffc345ad6b7e51840dc9f9ba
treeb9889e0e9742ac3d512391a52dd0bff300a4f9e4
parentc984ef67f8dff27e0ce24628f28d196cdc76055e
python3-tomli: add recipe for 1.2.1

A lil' TOML parser

This is a runtime dependency for setuptools-scm upgrade as well as for
several other Python Packaging Authority (pypa) tools that will be
replacing distutils and setuptools in the future.

Upstream does not have a setup.py, but rather relies on flit_core to
build. This introduces a circular dependency, as flit_core has a runtime
dependency on tomli.

Borrow a setup.py from Gentoo until a better solution is found by
upstream Python Packaging Authority (pypa).

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/recipes-devtools/python/python3-tomli_1.2.1.bb [new file with mode: 0644]