summaryrefslogtreecommitdiff
path: root/README.Python3
blob: a4522e024d0c96f79851f9771ce290f1933e00ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Python3
=======

Source
------

Python3 portage is made by running the 2to3 script on all modules::

  find . ! -path "*/test/*py" -name "*py" -exec 2to3-3.1 -wn {} \;


Dev
---

If you want to run the tests, simply remove the "! -path ..." option, hence
also refactoring the test files, including all data files.


Debian
------

For the Debian packaging of python3-logilab-common, you can use the debian.py3k/
content against the debian/ folder::

  cp debian.py3k/* debian/