-
Notifications
You must be signed in to change notification settings - Fork 445
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
Enable the poetry plugin #5025
Labels
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3363.
|
mr-cal
added a commit
that referenced
this issue
Sep 10, 2024
craft-parts 2.1.0 adds a Poetry plugin. This plugin disabled until the integration work in #5025 is completed. Signed-off-by: Callahan Kovacs <[email protected]>
mr-cal
added a commit
that referenced
this issue
Sep 10, 2024
craft-parts 2.1.0 adds a Poetry plugin. This plugin disabled until the integration work in #5025 is completed. Signed-off-by: Callahan Kovacs <[email protected]>
mr-cal
added a commit
that referenced
this issue
Sep 12, 2024
craft-parts 2.1.0 adds a Poetry plugin. This plugin disabled until the integration work in #5025 is completed. Signed-off-by: Callahan Kovacs <[email protected]>
tigarmo
added a commit
that referenced
this issue
Oct 3, 2024
The plugin has the same behavior and restrictions as the Python plugin with regards to base-dependent behavior, symlink handling, etc. Therefore, this common behavior is extracted into a new "python_common" module, used by both plugins. This approach is also taken for the reference docs - the requirement of staging a Python interpreter (or not) is the same for both plugins. Enabled for core22 and core24. Fixes #5025
4 tasks
tigarmo
added a commit
that referenced
this issue
Oct 3, 2024
The plugin has the same behavior and restrictions as the Python plugin with regards to base-dependent behavior, symlink handling, etc. Therefore, this common behavior is extracted into a new "python_common" module, used by both plugins. This approach is also taken for the reference docs - the requirement of staging a Python interpreter (or not) is the same for both plugins. Enabled for core22 and core24. Fixes #5025
tigarmo
added a commit
that referenced
this issue
Oct 3, 2024
The plugin has the same behavior and restrictions as the Python plugin with regards to base-dependent behavior, symlink handling, etc. Therefore, this common behavior is extracted into a new "python_common" module, used by both plugins. This approach is also taken for the reference docs - the requirement of staging a Python interpreter (or not) is the same for both plugins. Enabled for core22 and core24. Fixes #5025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What needs to get done
Enable the poetry plugin for snapcraft
https://github.com/canonical/snapcraft/blob/main/snapcraft/parts/plugins/python_plugin.py#L49
Why it needs to get done
To allow users to use poetry projects as a source
The text was updated successfully, but these errors were encountered: