<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Sun, 26 Aug 2018 at 23:48, Dmitry Shachnev <<a href="mailto:mitya57@ubuntu.com">mitya57@ubuntu.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sun, Aug 26, 2018 at 10:01:38PM +1200, Michael Hudson-Doyle wrote:<br>
> So the problem is that python3-numpy contains a version of 'f2py' for each<br>
> supported version of Python. I guess the proper fix involves creating a<br>
> separate package for the each version of f2py? python3.6-f2py,<br>
> python3.7-f2py, and have python3-numpy depend on the one for the default<br>
> version of Python?<br>
<br>
This will mean having a new package name whenever we add a new supported<br>
Python version. It will be very inconvenient to maintain.<br>
<br>
Better remove the versioned scripts altogether and use “python3.x -m<br>
numpy.f2py” when one really needs a non-default Python version.<br><br></blockquote><div><br></div><div>Yes, that's probably a better plan.</div><div><br></div><div>Cheers,</div><div>mwh </div></div></div>