[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Packaging with 2to3



On 12/18/2017 10:26 PM, Ole Streicher wrote:
> Hi,
> 
> I want to create a package (pyraf, #711038) for both Python2 and
> Python3. While the package itself is still not Python 3 compatible,
> upstream says that running through 2to3 will make it; however the
> resulting code is not Python 2 compatible anymore.
> 
> Is there a way to instruct pybuild to run the Python 3 code through
> 2to3?
> 
> Best regards
> 
> Ole

Instead, I'd advise to use sixer (available in Debian
Stretch/Buster/Sid) to produce a patch that you can submit upstream, or
embed in your package. Sixer will patch the code in a way so that it
works with both Python 2 and 3.

Note that it wont do *all* for you, like you'll have to convert print
statements into function calls manually, but it does a big chunk, which
is quite helpful.

I hope that helps,
Cheers,

Thomas Goirand (zigo)


Reply to: