unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: "(" <paren@disroot.org>
Cc: jgart <jgart@dismail.de>, Guix Help <help-guix@gnu.org>
Subject: Re: (length all-python-packages)
Date: Wed, 16 Nov 2022 15:19:10 +0100	[thread overview]
Message-ID: <Y3TxXlrVwL3ZMCKa@jurong> (raw)
In-Reply-To: <COD5P19YLOOM.286HAM1U8M8MZ@guix-framework>

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



  reply	other threads:[~2022-11-16 14:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-15 20:22 (length all-python-packages) jgart
2022-11-15 20:36 ` (
2022-11-16 14:19   ` Andreas Enge [this message]
2022-11-16 14:37     ` jgart
2022-11-16 14:44       ` Tobias Geerinckx-Rice

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y3TxXlrVwL3ZMCKa@jurong \
    --to=andreas@enge.fr \
    --cc=help-guix@gnu.org \
    --cc=jgart@dismail.de \
    --cc=paren@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).