unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars-Dominik Braun <lars@6xq.net>
To: "Théo Maxime Tyburn" <theo.tyburn@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: python: setuptools version doens’t match guix package version / packaging python-ipydatawidgets
Date: Fri, 12 Nov 2021 08:47:56 +0100	[thread overview]
Message-ID: <YY4cLOJ5YfWoFYC+@noor.fritz.box> (raw)
In-Reply-To: <87pmr64bjy.fsf@gmail.com>

Hi Théo,

> Ok I see, it makes more sense now. But then I wonder why I could package
> "python-ipydatawidgets" with "python-setuptools" and
> "python-jupyter-packaging" as native-inputs. I had no collision warning
> but didn’t change anything in "python-jupyter-packaging" or anything.
as far as I know there are no collision checks/warnings in the build
environment. Which of the two will be picked up there merely depends on
the order of packages in PYTHONPATH. There are also no file collision
checks in `guix shell`/`guix environment`, which is why you end up with
a mix between v52 and v42 when running

	guix shell --pure python-jupyter-packaging python -- python3 -c 'import jupyter_packaging'

It fails with an ImportError for me due to the wrong setuptools
version, but works fine if I add python-setuptools to the command line,
despite python-setuptools being propagated already.

Cheers,
Lars



      reply	other threads:[~2021-11-12  7:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-10 18:52 python: setuptools version doens’t match guix package version / packaging python-ipydatawidgets Théo Maxime Tyburn
2021-11-10 21:00 ` Théo Maxime Tyburn
2021-11-11 13:27 ` Lars-Dominik Braun
2021-11-11 21:34   ` Théo Maxime Tyburn
2021-11-12  7:47     ` Lars-Dominik Braun [this message]

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=YY4cLOJ5YfWoFYC+@noor.fritz.box \
    --to=lars@6xq.net \
    --cc=guix-devel@gnu.org \
    --cc=theo.tyburn@gmail.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).