Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #7797

Re: Does “${python3:Depends}” reliably generate correct dependencies?

From Dmitry Shachnev <mitya57@debian.org>
Newsgroups linux.debian.maint.python
Subject Re: Does “${python3:Depends}” reliably generate correct dependencies?
Date 2015-10-25 10:20 +0100
Message-ID <qnpD4-t9-17@gated-at.bofh.it> (permalink)
References <qnlSN-643-1@gated-at.bofh.it> <qnptn-mg-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On Sun, 25 Oct 2015 05:05:08 -0400, Scott Kitterman wrote:
> Usually you only get the dependency on the specific python3 interpreters if
> there's a script with a shebang using that version.  I'd check for that.
>
> It could either be in the original source or due to dh_python3 doing something
> interesting in shebang rewriting (IIRC there's a known issue that P1otr is
> working on).

I think this is intended because:

  $ head -n1 </usr/bin/python3.4-coverage 
  #!/usr/bin/python3.4
  $ head -n1 </usr/bin/python3.5-coverage 
  #!/usr/bin/python3.5

Looks like coverage supports being invoked as “python3.x -m coverage”, so there
is no point in shipping per-Python-version scripts (having one script named
python3-coverage will be enough).

--
Dmitry Shachnev

Back to linux.debian.maint.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Does “${python3:Depends}” reliably  generate correct dependencies? Ben Finney <ben+debian@benfinney.id.au> - 2015-10-25 06:20 +0100
  Re: Does “${python3:Depends}”  reliably generate correct dependencies? Brian May <brian@linuxpenguins.xyz> - 2015-10-25 08:00 +0100
  Re: Does “${python3:Depends}” reliably generate correct dependencies? Scott Kitterman <debian@kitterman.com> - 2015-10-25 10:10 +0100
    Re: Does “${python3:Depends}” reliably generate  correct dependencies? Dmitry Shachnev <mitya57@debian.org> - 2015-10-25 10:20 +0100
    Re: Does “${python3:Depends}”  reliably generate correct dependencies? Piotr Ożarowski <piotr@debian.org> - 2015-10-25 10:40 +0100
  Re: Does “${python3:Depends}”  reliably generate correct dependencies? Piotr Ożarowski <piotr@debian.org> - 2015-10-25 10:30 +0100

csiph-web