]> code.ossystems Code Review - openembedded-core.git/commit
python3-flit-core: add recipe for 3.6.0
authorTim Orling <ticotimo@gmail.com>
Tue, 22 Feb 2022 19:16:28 +0000 (11:16 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Feb 2022 15:06:46 +0000 (15:06 +0000)
commit18717181e4a893fd7c309eb75443a868ec4e83eb
tree2e1dc476ac9e701f80945edd3bdf24cb52a5d561
parentb01e10b27d23ea1b4ac58376c2423505a70832d6
python3-flit-core: add recipe for 3.6.0

This is the core of one of the "new build system" tools--hosted
officially as part of the pypa (Python Packaging Authority)
repositories--it is an increasingly common build tool (e.g.
typing_extensions and tomli) as declared in pyproject.toml for
said packages.

This package provides a very simple bootstrapping method that builds
the source tarball (build_sdist) and a wheel (build_wheel).

Bootstrap -native by simply unzipping the wheel to
PYTHON_SITEPACKAGES_DIR.

Use pip to install the wheel for class-target.

Wheels are the official vehicle for delivering Python packages now.
Eggs (egg-info) are deprecated and will increasingly go away.

[YOCTO #14638]

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/recipes-devtools/python/python3-flit-core_3.6.0.bb [new file with mode: 0644]