Tobias Ahrens
d48ffea939
Add custom build backend to support build args ( #328 )
...
This implements a custom build backend, inspired by the
[solution used by Pillow.](https://github.com/python-pillow/Pillow/pull/7171 )
install-option is deprecated and was removed with pip 23.1. The
comonly accepted solution seems to be to define a custom build
backend for now
https://github.com/pypa/setuptools/issues/2491#issuecomment-1589764230
This commit changes the usage from `--install-option` to `--config-settings`.
2023-10-02 22:30:51 -07:00
Karl
db26d60283
Pin cython to below version 3, Python 3.11 support ( #320 )
...
* Pin cython to below version 3
Cython 3 includes backwards incompatible changes so it's no longer
possible to install pycapnp from source.
* Add py311 environment
I'm not sure if this is necessary, but 3.11 is out so might as well?
2023-07-21 01:40:49 -07:00
Lasse Blaauwbroek
97bdeaea12
Disable option to run capnp without asyncio
2023-06-08 02:27:38 +02:00
Keith Rothman
4381e1f299
Add pyproject.yaml.
...
This file describes the dependencies needed to load the `setup.py` file.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2020-12-16 12:21:58 -08:00