Re: python / python3 3 pybuild and bin script

2014-02-05 Thread picca
On Wed, Feb 05, 2014 at 08:07:59PM +1100, Ben Finney wrote: > > The next version will support python3 > > so I need to add a spyder3 binary package which will contain > > /usr/bin/spyder3 > > This implies (because you're naming the binary differently) that the new > version will have features *inc

Re: python / python3 3 pybuild and bin script

2014-02-05 Thread Ben Finney
PICCA Frederic-Emmanuel writes: > I am packaging the next version of spyder which is a python IDE. Thanks for working to package useful software for Debian. > The next version will support python3 > so I need to add a spyder3 binary package which will contain > /usr/bin/spyder3 This implies (b

Re: python / python3 3 pybuild and bin script

2014-02-05 Thread picca
On Wed, Feb 05, 2014 at 04:16:06PM +0800, Thomas Goirand wrote: > Hi, Hello > > Thanks for raising this important topic. > > What I've been doing up to now, is renaming "foo" into "python3-foo" and > "python2-foo", then I use update-alternatives to provide /usr/bin/foo, > with the python2 versi

Re: python / python3 3 pybuild and bin script

2014-02-05 Thread Thomas Goirand
On 02/01/2014 04:10 PM, PICCA Frederic-Emmanuel wrote: > Hello, > > I am packaging the next version of spyder which is a python IDE. > The next version will support python3 > > so I need to add a spyder3 binary package which will contain > /usr/bin/spyder3 > > the upstream script only create /us

python / python3 3 pybuild and bin script

2014-02-01 Thread PICCA Frederic-Emmanuel
Hello, I am packaging the next version of spyder which is a python IDE. The next version will support python3 so I need to add a spyder3 binary package which will contain /usr/bin/spyder3 the upstream script only create /usr/bin/spyder during the build So my question is do we have something in