-
Original PEP518 spec (https://peps.python.org/pep-0518/#build-system-table) says:
> The [build-system] table is used to store build-related data. Initially only one key of the table will be valid a…
-
Is https://peps.python.org/pep-0518 specification superseded by https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-build-system-dependencies-the-build-system-table ?
If…
-
[PEP518](https://www.python.org/dev/peps/pep-0518/) introduces a new file (`pyproject.toml`) that can be used as a config for project/build settings.
[poetry](https://poetry.eustace.io/) is a new p…
-
According to , any python project should
store its metadata in `pyproject.toml`, not `.gitlint`, `.yamllint.yaml`, `.vintrc.yml`, `addon-info.json`, or other thing.
Many projects have support PEP6…
-
Consider a change of the build system away from [setuptools](https://setuptools.pypa.io/en/latest/index.html) to use tools better designed for the [PEP518 packaging system](https://peps.python.org/pep…
-
Looks like newer versions of pip3 and several updated packages have adopted PEP518 that has deprecated the use of setup.py in favor of projecttoml.py
OS: ubuntu 20.04
Python version: 3.10
Pip3 ve…
-
According to [PEP518](https://peps.python.org/pep-0518/), setuptools is superseded to pyproject.toml. This change permit to switch to a more simpliest management instead of old method. Also, using in …
-
**Environment**
* pip version: 20.2.2 (but actually master as of today).
* Python version: CPython 3.8.5
* OS: Ubuntu 18.04
**Description**
When `LOGNAME` contains a backslash (`\`) some …
-
|[](https://github.com/graingert)| @graingert reported|
|-|-|
|Trac ID|trac#10010|
|Type|enhancement|
|Created|2020-10-10 20:39:28Z|
https://github.com/twisted/twisted/pull/1432
Searchable metadata
…
-
I tried to install nnmnkwii via .bat which has the following command
```
python-3.8.10-embed-amd64\python.exe -m pip install --upgrade nnmnkwii
```
and faced an error
`ERROR: Could not build wheels …