-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Support PEP 517 config settings #5202
Comments
Hello @yajo, pip, build and poetry have very different goals. Saying tool X provides function Y and so poetry should do as well, doesn't help much. Can you provide a use case / user story to show what you expect from poetry here? fin swimmer |
Yes, I would like to be able to produce one single pip package that, with those config settings, allows installing different portions of the repo. For example, for OCA (odoo) addons, currently each repo has a Example: this directory should be installable with:
(It is not AFAIK; see #755). Instead, I'd like to be able to have a single
I'm not sure if poetry itself would serve for generating such dynamic package, but at least it should work for installing it. |
@yajo I kindly think that you should stop telling people what they should do or not. No pun intended. This would prevent you from getting a stalling issue. |
Sorry I didn't mean to offend anyone 😔 I'll close the issue so maintainers can focus on whatever they think it's better for the project. Thanks everybody! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Feature Request
PEP517 declares support for something called "config settings", which allows passing arbitrary parameters to the build backend, allowing to specify custom logic for it.
Pip doesn't support it yet, but there's a proposal.
Build supports it.
Poetry should support it.
The text was updated successfully, but these errors were encountered: