Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Side by Side Diff: Tools/Scripts/webkitpy/thirdparty/logilab/common/README.Python3

Issue 18418010: Check in the thirdparty libs needed for webkitpy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Python3
2 =======
3
4 Approach
5 --------
6
7 We maintain a Python 2 base and use 2to3 to generate Python 3 code.
8
9 2to3 is integrated into the distutils installation process and will be run as a
10 build step when invoked by the python3 interpreter::
11
12 python3 setup.py install
13
14 Tests
15 -----
16
17 Set your PYTHONPATH and run pytest3 against the test directory.
18
19 Debian
20 ------
21
22 For the Debian packaging of python3-logilab-common, you can use the debian.sid/
23 content against the debian/ folder::
24
25 cp debian.sid/* debian/
26
27 Resources
28 ---------
29 http://wiki.python.org/moin/PortingPythonToPy3k
OLDNEW
« no previous file with comments | « Tools/Scripts/webkitpy/thirdparty/logilab/common/README ('k') | Tools/Scripts/webkitpy/thirdparty/logilab/common/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698