Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCTK: Detect pyproject.toml correctly #3753

Closed
2 tasks
pombredanne opened this issue Apr 29, 2024 · 0 comments · Fixed by #3757
Closed
2 tasks

SCTK: Detect pyproject.toml correctly #3753

pombredanne opened this issue Apr 29, 2024 · 0 comments · Fixed by #3757
Assignees

Comments

@pombredanne
Copy link
Member

pombredanne commented Apr 29, 2024

We should detect these. There are two kind:

  • detect legacy poetry package in pyproject.toml that use a custom section. Some other tools like flit may use that
  • detect modern pyproject.toml packages that use a unified section

See also:

AyanSinhaMahapatra added a commit that referenced this issue Apr 30, 2024
Reference: #3753
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
@AyanSinhaMahapatra AyanSinhaMahapatra self-assigned this May 16, 2024
AyanSinhaMahapatra added a commit that referenced this issue May 22, 2024
Reference: #3753
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
AyanSinhaMahapatra added a commit that referenced this issue Jul 1, 2024
* Add poetry.lock support
* Add pyproject.toml dependencies support for poetry
* Add pyproject.toml dependencies support for standard python projects
* Add poetry package assembly

Reference: #3753
Reference: #2109
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
AyanSinhaMahapatra added a commit that referenced this issue Jul 1, 2024
* Add poetry.lock support
* Add pyproject.toml dependencies support for poetry
* Add pyproject.toml dependencies support for standard python projects
* Add poetry package assembly

Reference: #3753
Reference: #2109
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
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 a pull request may close this issue.

2 participants