Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCHv2 00/36] Python package infrastructure
Date: Sun, 15 Dec 2013 14:06:51 +0100	[thread overview]
Message-ID: <871u1ew9ec.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1386793631-14026-1-git-send-email-thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Wed, 11 Dec 2013 21:26:35 +0100")

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Hello,
 > This set of patches add a new infrastructure for Python packages,
 > which support both distutils and setuptools based packages. It also
 > converts all the current Python packages to this infrastructure, and
 > adds a bunch of new Python packages that have been sitting in
 > patchwork for a while.

Committed series, thanks!

-- 
Bye, Peter Korsgaard

      parent reply	other threads:[~2013-12-15 13:06 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-11 20:26 [Buildroot] [PATCHv2 00/36] Python package infrastructure Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 01/36] package: introduce " Thomas Petazzoni
2013-12-11 22:51   ` Samuel Martin
2013-12-12  7:35     ` Thomas Petazzoni
2013-12-15 12:50       ` Peter Korsgaard
2013-12-11 20:26 ` [Buildroot] [PATCHv2 02/36] python-bottle: convert to the " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 03/36] python-crc16: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 04/36] python-dpkt: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 05/36] python-id3: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 06/36] python-ipy: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 07/36] python-m2crypto: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 08/36] python-mad: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 09/36] python-meld3: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 10/36] python-nfc: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 11/36] python-protobuf: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 12/36] python-pygame: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 13/36] python-pyparsing: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 14/36] python-pyro: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 15/36] python-pyzmq: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 16/36] python-serial: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 17/36] python-setuptools: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 18/36] scons: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 19/36] python-netifaces: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 20/36] supervisor: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 21/36] python-distutilscross: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 22/36] python-thrift: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 23/36] python-dialog: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 24/36] python-pyusb: new package Thomas Petazzoni
2013-12-11 20:27 ` [Buildroot] [PATCHv2 25/36] python-msgpack: " Thomas Petazzoni
2013-12-11 20:27 ` [Buildroot] [PATCHv2 26/36] python-configobj: " Thomas Petazzoni
2013-12-11 20:27 ` [Buildroot] [PATCHv2 27/36] python-versiontools: " Thomas Petazzoni
2013-12-11 20:27 ` [Buildroot] [PATCHv2 28/36] python-keyring: " Thomas Petazzoni
2013-12-11 20:27 ` [Buildroot] [PATCHv2 29/36] python-simplejson: " Thomas Petazzoni
2013-12-11 20:27 ` [Buildroot] [PATCHv2 30/36] python-json-schema-validator: " Thomas Petazzoni
2013-12-15 13:00   ` Peter Korsgaard
2013-12-11 20:27 ` [Buildroot] [PATCHv2 31/36] python-tornado: " Thomas Petazzoni
2013-12-11 20:27 ` [Buildroot] [PATCHv2 32/36] python-pyasn: " Thomas Petazzoni
2013-12-15 12:52   ` Peter Korsgaard
2013-12-11 20:27 ` [Buildroot] [PATCHv2 33/36] python-pycrypto: " Thomas Petazzoni
2013-12-11 20:27 ` [Buildroot] [PATCHv2 34/36] python-pysnmp: " Thomas Petazzoni
2013-12-11 20:27 ` [Buildroot] [PATCHv2 35/36] python-pysnmp-apps: " Thomas Petazzoni
2013-12-15 12:51   ` Peter Korsgaard
2013-12-11 20:27 ` [Buildroot] [PATCHv2 36/36] python-pysnmp-mibs: " Thomas Petazzoni
2013-12-15 13:06 ` Peter Korsgaard [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=871u1ew9ec.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