-
Notifications
You must be signed in to change notification settings - Fork 251
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
Add build config settings to core #715
base: main
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Quality Gate passedIssues Measures |
I think, we are open for this setting. Please also create a downstream (draft) PR that shows the usage of this setting. (You can replace the poetry-core dependency with a git dependency pointing to your branch in a temporary commit that will be dropped before merging.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose, this setting is relevant for all types of dependencies because it's not just relevant for directories but also for sdists?
Yes.
…On Mon, Apr 1, 2024, 5:09 AM Randy Döring ***@***.***> wrote:
***@***.**** requested changes on this pull request.
I suppose, this setting is relevant for all types of dependencies because
it's not just relevant for directories but also for sdists?
—
Reply to this email directly, view it on GitHub
<#715 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAMMUJYRLHL4LPQMM3BMR3Y3EP3BAVCNFSM6AAAAABFLAEW42VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTSNZQHE2TCNJSGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hello @earonesty |
I never finished the other side of it. This PR is complete from what I can
tell
…On Wed, Jun 26, 2024, 12:03 PM Igor Sadchenko ***@***.***> wrote:
Hello @earonesty <https://github.com/earonesty>
Any updates here?
Maybe do you need help with this PR?
—
Reply to this email directly, view it on GitHub
<#715 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAMMUMFEAIT5N33ZHSVRN3ZJMF6PAVCNFSM6AAAAABFLAEW42VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJSGQZTSMJQGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
The build() function takes optional config-settings which can be useful for building gpu-specific packages, editable-mode settings for setuptools, or other build-tool specific configurations. If used, should resolve a number of issues. For example: python-poetry/poetry#8909
(Sorry for the million commits, im editing this in a browser.)
See: https://build.pypa.io/en/stable/api.html. Typing matches that.
If there's no objections, will finish adding tests, etc.