You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few questions related to using a different backend (i.e. meson) for building poetry managed Python packages:
I'm wondering if it is possible to use meson as a backend for building projects managed by poetry? Meson would help build Cython/C++ files, which poetry cannot handle. If so, where is the documentation stating this? I cannot find it.
Also, is there a way of specifying build dependencies similar to how poetry defines dependencies for the package? E.g. I want to define a specific branch's git repo as a build dependency.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a few questions related to using a different backend (i.e. meson) for building poetry managed Python packages:
I'm wondering if it is possible to use
mesonas a backend for building projects managed by poetry? Meson would help build Cython/C++ files, which poetry cannot handle. If so, where is the documentation stating this? I cannot find it.Also, is there a way of specifying build dependencies similar to how poetry defines dependencies for the package? E.g. I want to define a specific branch's git repo as a build dependency.
Beta Was this translation helpful? Give feedback.
All reactions