thoth-station / python

Library for Python related code
GNU General Public License v3.0
4 stars 12 forks source link

Provide support for `setup.py` #474

Closed mayaCostantini closed 2 years ago

mayaCostantini commented 2 years ago

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

The package requirement formats currently available in the Project abstraction are either pipenv, pip-tools, pip or pip-compile, which excludes formats such as setup.py to specify dependencies. This is an issue for projects where only the latter requirements format is used, such as https://github.com/packit/packit where setup.cfg is used along with setup.py.

Describe the solution you'd like

Support setup.py as a requirements format in the Project abstraction.

Describe alternatives you've considered

Either continue not supporting this requirements format or providing a way to parse setup.py / setup.cfg to a supported format.

mayaCostantini commented 2 years ago

/kind feature /sig stack-guidance /priority important-soon

mayaCostantini commented 2 years ago

Closing as a result of discussion from SIG Stack Guidance meeting 05.09.2022 (see recording: https://drive.google.com/file/d/1xkhWB7leCl-Bbo39XHXx86t4VDLvIENO/view?usp=sharing) /close

sesheta commented 2 years ago

@mayaCostantini: Closing this issue.

In response to [this](https://github.com/thoth-station/python/issues/474#issuecomment-1123292054): >Closing as a result of discussion from SIG Stack Guidance meeting 05.09.2022 (see recording: https://drive.google.com/file/d/1xkhWB7leCl-Bbo39XHXx86t4VDLvIENO/view?usp=sharing) >/close 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.