Re: How to package a Python script

2018-07-26 Thread Michael Wild
Ok, thanks! That clears things up for me. On Wed, Jul 25, 2018 at 7:59 PM Yaakov Selkowitz wrote: > On Wed, 2018-07-25 at 16:55 +0200, Michael Wild wrote: > > How should I go about packaging a Python executable? Separate packages > > for python2 and python3? Only one of them? If so, which? If fo

Re: How to package a Python script

2018-07-25 Thread Yaakov Selkowitz
On Wed, 2018-07-25 at 16:55 +0200, Michael Wild wrote: > How should I go about packaging a Python executable? Separate packages > for python2 and python3? Only one of them? If so, which? If for both, > is there any advice how to achieve this? I don't think that the > python-wheel.cygclass deals wit

How to package a Python script

2018-07-25 Thread Michael Wild
Dear all How should I go about packaging a Python executable? Separate packages for python2 and python3? Only one of them? If so, which? If for both, is there any advice how to achieve this? I don't think that the python-wheel.cygclass deals with scripts in /usr/bin/ as the docs say that scripts s