aries-askar icon indicating copy to clipboard operation
aries-askar copied to clipboard

:sparkles: Python wrapper: use poetry

Open ff137 opened this issue 1 year ago • 2 comments

Replaces the existing setup.py/setup.cfg/requirements.txt with pyproject.toml, and uses poetry in CICD build

ff137 avatar Aug 21 '24 11:08 ff137

I realise I don't know enough about how the multi-architecture wheels are built, to replace things properly with poetry

ff137 avatar Aug 21 '24 17:08 ff137

I looked into this a bit but there seems to be no good way to pass through the python-tag and plat-name overrides for bdist_wheel when using pyproject.toml. Poetry doesn't seem to support them at all (there are open issues) and pip is looking at removing the --build-option flag which could allow it (if using setuptools as the build system).

andrewwhitehead avatar Jan 24 '25 23:01 andrewwhitehead