From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCHv1 02/26] pkg-python: use the newly defined PYTHON_PATH variable
Date: Fri, 14 Feb 2014 21:55:16 +0100 [thread overview]
Message-ID: <87ioshl8i3.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1392324555-29246-3-git-send-email-thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Thu, 13 Feb 2014 21:48:51 +0100")
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
> Now that the Python package exposes its PYTHON_PATH variable, we can
> use it in the package infrastructure. This prepares both the upcoming
> bump of Python 2.x, and the introduction of Python 3 support in the
> Python package infrastructure.
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Committed to next, thanks.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2014-02-14 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 [this message]
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 ` [Buildroot] [PATCHv1 00/26] Python 2 and 3 bumps, support for Python 3 external modules Thomas Petazzoni
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=87ioshl8i3.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.org \
--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