thoth-station / core

Using Artificial Intelligence to analyse and recommend Software Stacks for Artificial Intelligence applications.
https://thoth-station.github.io/
GNU General Public License v3.0
28 stars 25 forks source link

[3pt] Move away from setuptools and use pyproject.toml instead #360

Open fridex opened 2 years ago

fridex commented 2 years ago

Is your feature request related to a problem? Please describe.

As Thoth, I would like to get rid of setuptools and start using pyproject.toml-based projects as that's how Python community is shifting.

Acceptance criteria

codificat commented 2 years ago

/assign @fridex to refine a bit more, especially by providing a list of acceptance criteria referencing all the parts/components that would be impacted

codificat commented 2 years ago

/triage needs-information

sesheta commented 2 years ago

Rotten issues close after 30d of inactivity. Reopen the issue with /reopen. Mark the issue as fresh with /remove-lifecycle rotten.

/close

mayaCostantini commented 2 years ago

/remove-lifecycle rotten /sig stack-guidance /priority backlog

mayaCostantini commented 1 year ago

/good-first-issue

sesheta commented 1 year ago

@mayaCostantini: This request has been marked as suitable for new contributors.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-good-first-issue command.

In response to [this](https://github.com/thoth-station/core/issues/360): >/good-first-issue > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
mayaCostantini commented 1 year ago

See https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html

mayaCostantini commented 1 year ago

/triage accepted /priority important-soon

VannTen commented 1 year ago

this might help: https://dephell.readthedocs.io/

VannTen commented 1 year ago

I think we should turn this into a tracker issue, and open an issue on each of our repositories we care about. The individual tasks are not hard, but it's take time. This is typically the type of stuff which could be done in hacktoberfest, but for that we need to break it up into manageable chunks, and per repo seems the easiest.

I can script the issue creation without too much trouble I think.

@goern

goern commented 1 year ago

I can script the issue creation without too much trouble I think. @goern

please go ahead :)

VannTen commented 1 year ago

For now I put repos with a setup.py and no pyproject.toml. There is other (both presents for example), but that should the easiest ones.

If someone can add this to the issues desc...

VannTen commented 1 year ago

Might be relevant (possible way to script the translation): https://stackoverflow.com/a/73830494