Re: Packaging Python projects managed with Poetry

2020-10-22 Thread Tanguy Le Carrour
Hi Christopher, Thanks for your answer! Le 10/22, Christopher Baines a écrit : > Tanguy Le Carrour writes: > > I've been happily working with Poetry to manage my Python projects, but > > now, for the first time, I would like to package one of those projects > > for Guix. > > > > The Python pack

Re: Packaging Python projects managed with Poetry

2020-10-22 Thread Tanguy Le Carrour
Hi Danny, Thank you for your answer! Le 10/22, Danny Milosavljevic a écrit : > On Thu, 22 Oct 2020 17:15:20 +0200 > Tanguy Le Carrour wrote: > > > does not contain a `setup.py` file –because Poetry does not use it!—, and > >the `python-build-system` fails. > > I haven't wrap my head around thi

Re: Packaging Python projects managed with Poetry

2020-10-22 Thread Danny Milosavljevic
Hi, On Thu, 22 Oct 2020 17:15:20 +0200 Tanguy Le Carrour wrote: > does not contain a `setup.py` file –because Poetry does not use it!—, and >the `python-build-system` fails. > I haven't wrap my head around this yet and I'm not sure what would be > the proper way to do it? >Write a `python-poetr

Re: Packaging Python projects managed with Poetry

2020-10-22 Thread Christopher Baines
Tanguy Le Carrour writes: > I've been happily working with Poetry to manage my Python projects, but > now, for the first time, I would like to package one of those projects > for Guix. > > The Python packages I build do not contain any tests or specs, because > to me, they don't belong there. Bu

Packaging Python projects managed with Poetry

2020-10-22 Thread Tanguy Le Carrour
Hi Guix, I've been happily working with Poetry to manage my Python projects, but now, for the first time, I would like to package one of those projects for Guix. The Python packages I build do not contain any tests or specs, because to me, they don't belong there. But, I need those tests to make