Need to keep some data on what python modules have been ported to python3, which one haven't, upstream (vs in Linux distribution or private branches) status.
I'm starting a table here but I don't anticipate that it the information will live here forever.
Python Module | Py3 Distros | Py3 Upstream | Build | Other |
---|---|---|---|---|
Beaker | Fed14,Deb6 | python3 setup.py | pycrypto and pycryptopp are not ported so cookies cannot be encrypted | |
bpython | Fed14 | 0.9.6.2 | python3 setup.py | |
Mako | Deb6,Fed14 | 0.3 | python3 setup.py | make sure 2to3 is used patch upstream [3] |
pycairo [1] | Fed15 | 1.8.10 | python3 ./waf | pycairo capsules API patch |
swig [2] | Fed11 | 1.3.37 | swig capsules API patch |
[1] | pycairo is for py3, py2cairo is for py2; download: http://cairographics.org/pycairo/ |
[2] | Not on pypi: http://www.swig.org/ |
[3] | http://www.makotemplates.org/trac/ticket/148 |