[Buildroot] [PATCH v3 0/5] Python 3, simple, external package support

Patrick Gerber kpa_info at yahoo.fr
Wed Feb 13 09:20:32 UTC 2013


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 been 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.

Changes between v2 and v3:

* Same new menu organisation as v2 but with less modifications in 
  package/Config.in (Requested by Thomas Petazzoni)

* New directory called python-common instead of python generic.  
  (Requested by Thomas Petazzoni)

* No more symlink from python to python3 in staging (Requested by 
  Samuel Martin)


Patrick Gerber (5):
  Python menu reorganization
  Add python3 config directory simlink
  Add common declaration to ease the support of both version
  python-bottle: Convert package to be used with python2 or python3
  python-serial: Convert package to be used with python2 or python3

 package/Config.in                      |    3 ++-
 package/python-bottle/python-bottle.mk |    6 +++---
 package/python-common/Config.in        |   35 ++++++++++++++++++++++++++++++++
 package/python-common/python-common.mk |   16 +++++++++++++++
 package/python-serial/Config.in        |    1 -
 package/python-serial/python-serial.mk |    6 +++---
 package/python/Config.in               |   14 -------------
 package/python3/Config.in              |   14 -------------
 package/python3/python3.mk             |    6 ++++++
 9 files changed, 65 insertions(+), 36 deletions(-)
 create mode 100644 package/python-common/Config.in
 create mode 100644 package/python-common/python-common.mk

-- 
1.7.9.5



More information about the buildroot mailing list