From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCHv1 00/26] Python 2 and 3 bumps, support for Python 3 external modules
Date: Thu, 13 Feb 2014 21:55:38 +0100 [thread overview]
Message-ID: <20140213215538.130147e5@skate> (raw)
In-Reply-To: <1392324555-29246-1-git-send-email-thomas.petazzoni@free-electrons.com>
Hello,
On Thu, 13 Feb 2014 21:48:49 +0100, Thomas Petazzoni wrote:
> This patch series contains a significant number of improvements to the
> Python packaging in Buildroot:
As a consequence of this patch series, I've marked the following
patches as superseded:
http://patchwork.ozlabs.org/patch/220706/
http://patchwork.ozlabs.org/patch/220707/
http://patchwork.ozlabs.org/patch/220705/
http://patchwork.ozlabs.org/patch/220708/
http://patchwork.ozlabs.org/patch/220709/
http://patchwork.ozlabs.org/patch/313448/
http://patchwork.ozlabs.org/patch/260435/
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
prev parent reply other threads:[~2014-02-13 20:55 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-13 20:48 [Buildroot] [PATCHv1 00/26] Python 2 and 3 bumps, support for Python 3 external modules Thomas Petazzoni
2014-02-13 20:48 ` [Buildroot] [PATCHv1 01/26] python: expose PYTHON_PATH Thomas Petazzoni
2014-02-14 20:52 ` Peter Korsgaard
2014-02-13 20:48 ` [Buildroot] [PATCHv1 02/26] pkg-python: use the newly defined PYTHON_PATH variable Thomas Petazzoni
2014-02-14 20:55 ` Peter Korsgaard
2014-02-13 20:48 ` [Buildroot] [PATCHv1 03/26] pkg-python: also pass PYTHONPATH when building distutils packages Thomas Petazzoni
2014-02-14 20:58 ` Peter Korsgaard
2014-02-13 20:48 ` [Buildroot] [PATCHv1 04/26] python: bump to 2.7.6 Thomas Petazzoni
2014-02-14 20:59 ` Peter Korsgaard
2014-02-13 20:48 ` [Buildroot] [PATCHv1 05/26] pkg-python: simplifications after the Python 2.x bump Thomas Petazzoni
2014-02-14 20:59 ` Peter Korsgaard
2014-02-13 20:48 ` [Buildroot] [PATCHv1 06/26] core: remove .py/.pyc for Python Thomas Petazzoni
2014-02-14 20:59 ` Peter Korsgaard
2014-02-13 20:48 ` [Buildroot] [PATCHv1 07/26] pkg-python: no longer use distutilscross for setuptools Thomas Petazzoni
2014-02-14 21:03 ` Peter Korsgaard
2014-02-13 20:48 ` [Buildroot] [PATCHv1 08/26] python-distutilscross: remove package that is no longer needed Thomas Petazzoni
2014-02-13 20:48 ` [Buildroot] [PATCHv1 09/26] python3: removal of *.py/*.pyc is now done globally Thomas Petazzoni
2014-02-13 20:48 ` [Buildroot] [PATCHv1 10/26] python3: make it exclusive from python Thomas Petazzoni
2014-02-13 20:49 ` [Buildroot] [PATCHv1 11/26] python3: add python -> python3 symlink for the host variant Thomas Petazzoni
2014-02-13 20:49 ` [Buildroot] [PATCHv1 12/26] python3: add config directory symbolic link Thomas Petazzoni
2014-02-13 21:54 ` Samuel Martin
2014-02-13 20:49 ` [Buildroot] [PATCHv1 13/26] python3: use proper PYTHON3_VERSION_MAJOR instead of harcoding 3.3 Thomas Petazzoni
2014-02-13 20:49 ` [Buildroot] [PATCHv1 14/26] python3: bump to 3.4.0rc1 Thomas Petazzoni
2014-02-13 20:49 ` [Buildroot] [PATCHv1 15/26] python3: provide a PYTHON3_PATH Thomas Petazzoni
2014-02-13 20:49 ` [Buildroot] [PATCHv1 16/26] package: add python3 support in the package infrastructure Thomas Petazzoni
2014-02-13 20:49 ` [Buildroot] [PATCHv1 17/26] package: allow Python packages with Python3 Thomas Petazzoni
2014-02-13 20:49 ` [Buildroot] [PATCHv1 18/26] python, python3: enable unicodedata for host-python, needed by setuptools Thomas Petazzoni
2014-02-13 20:49 ` [Buildroot] [PATCHv1 19/26] python-setuptools: bump version to 2.1.2 Thomas Petazzoni
2014-02-13 20:49 ` [Buildroot] [PATCHv1 20/26] python, python3: fix to ensure libpython is stripped Thomas Petazzoni
2014-02-13 20:49 ` [Buildroot] [PATCHv1 21/26] python-pyasn: use the real upstream Thomas Petazzoni
2014-02-13 20:49 ` [Buildroot] [PATCHv1 22/26] python-bottle: allow to build with Python 3 Thomas Petazzoni
2014-02-13 20:49 ` [Buildroot] [PATCHv1 23/26] python-serial: " Thomas Petazzoni
2014-02-13 20:49 ` [Buildroot] [PATCHv1 24/26] python-pyasn: " Thomas Petazzoni
2014-02-13 20:49 ` [Buildroot] [PATCHv1 25/26] python-pycrypto: " Thomas Petazzoni
2014-02-13 20:49 ` [Buildroot] [PATCHv1 26/26] python-pysnmp{, -apps, -mibs}: " Thomas Petazzoni
2014-02-13 20:55 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140213215538.130147e5@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox