All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Python 3, simple, external package support
@ 2013-02-12 12:24 Patrick Gerber
  2013-02-12 12:24 ` [Buildroot] [PATCH 1/5] In order to have a better support for python external package make the python menu clearer. Python2 and Python3 are now mutually exclusive Patrick Gerber
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Patrick Gerber @ 2013-02-12 12:24 UTC (permalink / raw)
  To: buildroot

This patch series refactor python support in buildroot to enable the use of
from line 'This patch series refactor python support in buildroot to enable
the use of external package with both python2 and python3. The packages 
python-bottle and python-serial have adapted as examples.

To support others external package more work is needed as they are based on
python setuptools. It's no more supported by python3 and should be replaced
by "Distribute". This should be done in another patch series.

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Buildroot] [PATCH v2] Python 3, simple, external package support
@ 2013-02-12 14:13 Patrick Gerber
  2013-02-12 14:14 ` [Buildroot] [PATCH 4/5] python-bottle: Convert package to be used with python2 or python3 Patrick Gerber
  0 siblings, 1 reply; 11+ messages in thread
From: Patrick Gerber @ 2013-02-12 14:13 UTC (permalink / raw)
  To: buildroot

This patch series refactor python support in buildroot to enable the use of
from line 'This patch series refactor python support in buildroot to enable
the use of external package with both python2 and python3. The packages 
python-bottle and python-serial have adapted as examples.

To support others external package more work is needed as they are based on
python setuptools. It's no more supported by python3 and should be replaced
by "Distribute". This should be done in another patch series.

v2: Add short patch title

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-02-12 14:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-12 12:24 [Buildroot] [PATCH] Python 3, simple, external package support Patrick Gerber
2013-02-12 12:24 ` [Buildroot] [PATCH 1/5] In order to have a better support for python external package make the python menu clearer. Python2 and Python3 are now mutually exclusive Patrick Gerber
2013-02-12 12:49   ` Thomas Petazzoni
2013-02-12 14:02     ` Patrick
2013-02-12 12:24 ` [Buildroot] [PATCH 2/5] When using python3 a symlink "python" is added in staging and point to python3. This is needed to call python setup for external package. A second simlink is added to alias the config-3.3m directory to config Patrick Gerber
2013-02-12 12:53   ` Thomas Petazzoni
2013-02-12 12:24 ` [Buildroot] [PATCH 3/5] Define a new variable called PYTHON_GENERIC_DEPENDENCIES either to "python" or "python3" depending of the selected Python version. This is needed to easily set dependencies for packages that could be used either with Python 2 or Python 3 Patrick Gerber
2013-02-12 12:24 ` [Buildroot] [PATCH 4/5] python-bottle: Convert package to be used with python2 or python3 Patrick Gerber
2013-02-12 12:24 ` [Buildroot] [PATCH 5/5] python-serial: " Patrick Gerber
2013-02-12 14:13 [Buildroot] [PATCH v2] Python 3, simple, external package support Patrick Gerber
2013-02-12 14:14 ` [Buildroot] [PATCH 4/5] python-bottle: Convert package to be used with python2 or python3 Patrick Gerber
2013-02-12 14:20   ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.