-
Notifications
You must be signed in to change notification settings - Fork 240
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 for Poetry build tool via JFrog CLI #1410
Comments
We were informed by JFrog Support this is currently planned for 09/2022. Looking forward to being able to use poetry with artifactory/xray. |
@sverdlov93 @talarian1 is this issue closed with release 2.27.0 ? |
This still needs at least some documentation here, right? |
@joergsesterhenn - although the code that supports Poetry is technically released, the documentation for it is still being worked on. It documentation will become available soon. We'll share an update here when it does. |
@joergsesterhenn - |
@eyalbe4 Any idea on when you will be able to look at this again? We curently run an additional pip install of our dependencies just to collect them for xray. That is quite costly and we really want this to be fixed timely. |
We are also facing this problem and would be happy about a solution. |
I will add that using pip isn't viable, since pip doesn't respect the lock file. We really need to ensure that the dependency versions listed in the lock file are the ones used for the build-info. |
What is the current state / stance on supporting poetry? We would like to use JFrog CLI with Poetry After our initial look at it, it is quite confusing. Official documentation mentions support |
Is your feature request related to a problem? Please describe.
At present, the JFrog CLI does not natively support attaching build metadata to Python packages built using Poetry in a manner similar to other build tools (consider the
--build-name
and--build-number
options passed to thejfrog rt gradle
command.)Describe the solution you'd like to see
The addition of commands such as
jfrog rt poetry
andjfrog rt poetry-config
isomorphic to those provided for other build tools (e.g.jfrog rt pip
,jfrog rt gradle
,jfrog rt npm
) and subsequent recognition of those commands' by extant JFrog CLI commands (build-publish
,build-scan
,build-promote
&c.)Describe alternatives you've considered
We've considered converting our existing Poetry projects to Pip, however this is not feasible at this time.
The text was updated successfully, but these errors were encountered: