common: remove unused python-module build style
python-module build style is now unused, all projects that want to have a python2 and a python3 package should be split to two templates
This commit is contained in:
parent
d1d6e9710f
commit
9e47b517b0
3 changed files with 3 additions and 103 deletions
|
@ -995,13 +995,11 @@ system. Additional arguments may be passed to the `zig build` invocation using
|
|||
For packages that use the Python module build method (`setup.py` or
|
||||
[PEP 517](https://www.python.org/dev/peps/pep-0517/)), you can choose one of the following:
|
||||
|
||||
- `python-module` to build *both* Python 2.x and 3.x modules
|
||||
- `python2-module` to build Python 2.x modules
|
||||
|
||||
- `python2-module` to build Python 2.x only modules
|
||||
- `python3-module` to build Python 3.x modules
|
||||
|
||||
- `python3-module` to build Python 3.x only modules
|
||||
|
||||
- `python3-pep517` to build Python 3.x only modules that provide a PEP 517 build description without
|
||||
- `python3-pep517` to build Python 3.x modules that provide a PEP 517 build description without
|
||||
a `setup.py` script
|
||||
|
||||
Environment variables for a specific `build_style` can be declared in a filename
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue