Hi,

Thomas Kluyver <tho...@kluyver.me.uk> writes:

> I think Barry's key suggestion was  to avoid using for loops to handle
> multiple versions of  Python 3. The example  in LibraryStyleGuide uses
> rules like this:
>
> build-python%:
>         python$* setup.py build
>
> override_dh_auto_build: $(PYTHON3:%=build-python%)
>         dh_auto_build

This  is  just  a  cosmetic  change, as  it  does  not  bring  anything,
especially considering that 'set -e' is used to make sure that the build
process fails if one of the command fails.

Moreover,  likewise dh_python2,  this  should be  handled by  dh_python3
unless I'm missing something of course ;-).

Cheers,
-- 
Arnaud Fontaine

Attachment: pgplXdf0Qh2aw.pgp
Description: PGP signature

Reply via email to