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 |
|
| distribute |
Deb6 |
0.6.2 |
python3 setup.py |
|
| gearman |
Deb6 |
0.0.3 |
cd python3 && python3 setup.py |
|
| Httplib2 |
Deb6 |
0.5.0 |
python3 setup.py |
|
| ipaddr |
Deb6 |
|
python3 setup.py |
separate tarball with Py3k version |
| Jinja2 |
Deb6 |
2.3 |
python3 setup.py |
|
| lxml |
Deb6 |
2.2 |
python3 setup.py |
|
| Mako |
Deb6,Fed14 |
0.3 |
python3 setup.py |
make sure 2to3 is used patch upstream |
| Markupsafe |
Deb6 |
|
python3 setup.py |
|
| pipeline |
Deb7 |
0.1.3 |
cd py3k && python3 setup.py |
|
| py-postgresql |
Deb7 |
|
python3 setup.py |
|
| pycairo |
Fed15 |
1.8.10 |
python3 ./waf |
pycairo capsules API patch |
| slimmer |
Deb7 |
|
python3 setup.py |
setup.py has to be patched to set use_2to3 to True |
| SQLAlchemy |
Deb6 |
0.6 |
python3 setup.py |
|
| swig |
Fed11 |
1.3.37 |
|
swig capsules API patch |
| yaml |
Deb6 |
3.08 |
python3 setup.py |
|