[Buildroot] [PATCH v4 0/4] Python: globalize pyc file compilation

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue May 17 21:19:12 UTC 2016


Hello,

This patch series contains just the remaining patches of my "Python 3
bump" patch series. Compared to the v3:

 - Drop patches that have been merged.

 - Add a patch suggested by Samuel Martin, that consists in adding the
   --no-run-if-empty option to xargs to avoid issues.

 - Instead of adding a patch to python-pyftpdlib to fix a Python 3
   byte-compilation failure, bump from 1.5.0 to 1.5.1, since 1.5.1 was
   released by upstream specifically to address the Python 3 issue
   after we reported the problem.

   Yegor: there is a question for you in this patch: I had to use a
   different URL than the standard pypi download URL, because the
   standard one returns a 404. If you could have a look, it would be
   great.

Review/comments welcome.

Thanks!

Thomas

Thomas Petazzoni (3):
  python/python3: use --no-run-if-empty xargs option
  python-pyftpdlib: bump version to 1.5.1, fixing Python 3 issue
  samba4: remove compilation of .pyc files

Yegor Yefremov (1):
  python/python3: globalize *.pyc files compilation

 package/pkg-python.mk                          |  2 +-
 package/python-pyftpdlib/python-pyftpdlib.hash |  6 +++---
 package/python-pyftpdlib/python-pyftpdlib.mk   |  4 ++--
 package/python/python.mk                       | 25 ++++++++++++++++++----
 package/python3/python3.mk                     | 29 +++++++++++++++++++-------
 package/samba4/samba4.mk                       | 10 ---------
 support/scripts/pycompile.py                   | 24 +++++++++++++++++++++
 7 files changed, 72 insertions(+), 28 deletions(-)
 create mode 100644 support/scripts/pycompile.py

-- 
2.7.4



More information about the buildroot mailing list