bug#70018: Hang on 'sending 0 store items'

2024-03-26 Thread jbranso--- via Bug reports for GNU Guix
March 26, 2024 at 11:58 AM, "Development of GNU Guix and the GNU System distribution." wrote: > > Hi, > > When trying to 'deploy' the command hangs for one piece of my equipment > with the perplexing message: > > guix deploy: sending 0 store items (0 MiB) to 'FQDN'... > > Has anyone seen

bug#69997: Should ‘guix import pypi’ get dependencies from pyproject files?

2024-03-26 Thread Tanguy LE CARROUR
Hi, Quoting Tanguy LE CARROUR (2024-03-26 17:55:23) > Quoting Ludovic Courtès (2024-03-26 17:04:52) > > Tanguy LE CARROUR skribis: > > > So, my answer would be: do not import from PyPI! Yes, I know, it’s > > > radical!  > > > But if you have to, rely on the wheel’s `METADATA` file. > > > > > >

bug#69997: Should ‘guix import pypi’ get dependencies from pyproject files?

2024-03-26 Thread Tanguy LE CARROUR
Hi, Quoting Ludovic Courtès (2024-03-26 17:04:52) > Tanguy LE CARROUR skribis: > > So, my answer would be: do not import from PyPI! Yes, I know, it’s radical! > >  > > But if you have to, rely on the wheel’s `METADATA` file. > > > > I hope this make sense. … I’m not really sure any more!  >

bug#69997: Should ‘guix import pypi’ get dependencies from pyproject files?

2024-03-26 Thread Ludovic Courtès
Hello! Tanguy LE CARROUR skribis: > I’m pretty sure you know everything that I’m about to write, but better > say it out loud… Nope, I know nothing (I’ve just been told about using ‘pyproject.toml’ and it seemed to kinda make sense. :-)) > For a "standard modern" project managed with Poetry,

bug#69997: Should ‘guix import pypi’ get dependencies from pyproject files?

2024-03-26 Thread Tanguy LE CARROUR
Hi Ludo’, Quoting Ludovic Courtès (2024-03-25 12:06:51) > Should ‘guix import pypi’ attempt to get dependency information from > ‘pyproject.toml’, in addition to ‘requirements.txt’ and wheel ‘METADATA’ > as it already does? > > It might be more complicated than we’d like: in some cases, that