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

Unified Diff: Tools/Scripts/webkitpy/thirdparty/pylint/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 side-by-side diff with in-line comments
Download patch
Index: Tools/Scripts/webkitpy/thirdparty/pylint/README.Python3
diff --git a/Tools/Scripts/webkitpy/thirdparty/pylint/README.Python3 b/Tools/Scripts/webkitpy/thirdparty/pylint/README.Python3
new file mode 100644
index 0000000000000000000000000000000000000000..ccc92972e1b12c39b9c313ef6f41fada4371b0f8
--- /dev/null
+++ b/Tools/Scripts/webkitpy/thirdparty/pylint/README.Python3
@@ -0,0 +1,37 @@
+Python3
+=======
+
+Compatibility
+-------------
+
+Please, consider python3 >= 3.2 only.
+
+
+Approach
+--------
+
+We maintain a Python 2 base and use 2to3 to generate Python 3 code.
+
+2to3 is integrated into the distutils installation process and will be run as a
+build step when invoked by the python3 interpreter::
+
+ NO_SETUPTOOLS=1 python3 setup.py install --no-compile
+
+In order to run pylint locally, you have to install the dependencies::
+
+ easy_install-3.2 logilab-common
+ easy_install-3.2 logilab-astng
+
+
+Debian
+------
+
+For the Debian packaging, you can use the debian.py3k/ content against
+the debian/ folder::
+
+ cp debian.py3k/* debian/
+
+
+Resources
+---------
+http://wiki.python.org/moin/PortingPythonToPy3k
« no previous file with comments | « Tools/Scripts/webkitpy/thirdparty/pylint/README ('k') | Tools/Scripts/webkitpy/thirdparty/pylint/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698