Skip to content

Commit

Permalink
Manual.md: add instructions for Poetry-built Python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kwshi committed Apr 27, 2021
1 parent cf6fc31 commit 9f9540d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Manual.md
Expand Up @@ -1546,6 +1546,12 @@ dependencies at build time. If you notice warnings about `EasyInstall` deprecati
present in `${wrksrc}/.eggs` after building the package, then those packages should be added to
`hostmakedepends`.

Python packages that use [Poetry](https://github.com/python-poetry/poetry-core)
as a build backend should specify the `python3-pep517` build style, add
`python3-poetry-core` to `hostmakedepends` and approximately map
`tool.poetry.dependencies` entries in `pyproject.toml` to `depends` in the
template.

The following variables may influence how the python packages are built and configured
at post-install time:

Expand Down

0 comments on commit 9f9540d

Please sign in to comment.