As ruamel.yaml.clib can't be built with clang as is, and as the author ignores the patch, we can provide a .whl package to allow users to install that Python package in their virtual environments.
Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | dereckson | T2017 Install WindRiver replacement server | |||
Open | dereckson | T2030 Provide wheel Python package for ruamel.yaml.clib in /opt/python |
Event Timeline
Comment Actions
The .whl is built by the port. From there we can copy it to /opt/python/py<version>:
It's possible to build it for several Python version, by defining DEFAULT_VERSIONS:
$ export DEFAULT_VERSIONS="python=3.12 python3=3.12"
To build a list of C Python packages for a list of version, loop on version and ports dir: as long as the port uses wheel installation, this is reusable.
Comment Actions
High as one of the main use of WindRiver is to craft commits for rOPS, and this library is a dependency of pre-commit.