help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (length all-python-packages)


From: jgart
Subject: Re: (length all-python-packages)
Date: Wed, 16 Nov 2022 08:37:45 -0600

On Wed, 16 Nov 2022 15:19:10 +0100 Andreas Enge <andreas@enge.fr> wrote:
> Hello,
> 
> Am Tue, Nov 15, 2022 at 08:36:35PM +0000 schrieb (:
> > For me, this returns "2749".
> 
> more crudely, I tried this on the command line:
>    ./pre-inst-env guix package -A ^python | wc
> which returns 2165, or
>    ./pre-inst-env guix package -A ^python- | wc
> which excludes python2-packages and returns 2140, or
>    ./pre-inst-env guix package -A ^python- | awk '{print $1}' | uniq | wc
> which excludes duplicate package versions and returns 2091.
> 
> It looks like we have a lot of python packages that do not admit it
> in their name :)
> 
> Andreas
> 

Andreas and paren,

Thanks for the replies and examples. Much appreciated!

I imagine this does not include python packages like jrnl, khal, clikan, 
t-todo-manager, gajim etc?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]