Skip to content

Standardize on pyproject.toml#7

Merged
pbuncic merged 2 commits into
mainfrom
pyproj
Jun 24, 2025
Merged

Standardize on pyproject.toml#7
pbuncic merged 2 commits into
mainfrom
pyproj

Conversation

@singiamtel

Copy link
Copy Markdown
Contributor

This way all installations are PEP517 compatible.

The setuptools scripts is deprecated, but for now it's the best way of
migrating forward.

Taking the chance to do this to fix this issue:

ERROR: setuptools==53.0.0 is used in combination with setuptools-scm>=8.x

Your build configuration is incomplete and previously worked by accident!
setuptools-scm requires setuptools>=61

Suggested workaround if applicable:
 - migrating from the deprecated setup_requires mechanism to pep517/518
   and using a pyproject.toml to declare build dependencies
   which are reliably pre-installed before running the build tools

Ported from aliBuild

singiamtel and others added 2 commits May 20, 2025 17:47
This way all installations are PEP517 compatible.

The setuptools scripts is deprecated, but for now it's the best way of
migrating forward.

Taking the chance to do this to fix this issue:

```
ERROR: setuptools==53.0.0 is used in combination with setuptools-scm>=8.x

Your build configuration is incomplete and previously worked by accident!
setuptools-scm requires setuptools>=61

Suggested workaround if applicable:
 - migrating from the deprecated setup_requires mechanism to pep517/518
   and using a pyproject.toml to declare build dependencies
   which are reliably pre-installed before running the build tools
```
@pbuncic
pbuncic merged commit 76718a4 into main Jun 24, 2025
0 of 9 checks passed
@singiamtel
singiamtel deleted the pyproj branch July 30, 2025 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants