pylint
view README.Python3 @ 793:f673b9738dcd
epylint: ensure it uses the same python/pylint version. Closes #87024
also, drop usage of sub-shell on the way.
| author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
|---|---|
| date | Mon, 09 Jan 2012 21:25:10 +0100 |
| parents | 168b8879e4de |
| children |
line source
1 Python3
2 =======
4 Compatibility
5 -------------
7 Please, consider python3 >= 3.2 only.
10 Approach
11 --------
13 We maintain a Python 2 base and use 2to3 to generate Python 3 code.
15 2to3 is integrated into the distutils installation process and will be run as a
16 build step when invoked by the python3 interpreter::
18 NO_SETUPTOOLS=1 python3 setup.py install --no-compile
20 In order to run pylint locally, you have to install the dependencies::
22 easy_install-3.2 logilab-common
23 easy_install-3.2 logilab-astng
26 Debian
27 ------
29 For the Debian packaging, you can use the debian.py3k/ content against
30 the debian/ folder::
32 cp debian.py3k/* debian/
35 Resources
36 ---------
37 http://wiki.python.org/moin/PortingPythonToPy3k
