buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
From: James Hilliard <james.hilliard1@gmail.com>
To: buildroot@buildroot.org
Cc: James Hilliard <james.hilliard1@gmail.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Asaf Kahlon <asafka7@gmail.com>
Subject: [Buildroot] [PATCH v3 0/3] PEP517 host packages
Date: Sat,  8 Jan 2022 20:55:58 -0700	[thread overview]
Message-ID: <20220109035601.2483360-1-james.hilliard1@gmail.com> (raw)

This series adds host packages that will be used for PEP517 based
python-package infrastructure in a future series.

See:
https://www.python.org/dev/peps/pep-0517/

---
Changes v2 -> v3:
  - rebase on master

James Hilliard (3):
  package/python-pep517: new package
  package/python-pypa-build: new package
  package/python-installer: new package

 .../python-installer/python-installer.hash    |  5 +++++
 package/python-installer/python-installer.mk  | 15 +++++++++++++++
 package/python-pep517/python-pep517.hash      |  5 +++++
 package/python-pep517/python-pep517.mk        | 16 ++++++++++++++++
 .../python-pypa-build/python-pypa-build.hash  |  5 +++++
 .../python-pypa-build/python-pypa-build.mk    | 19 +++++++++++++++++++
 6 files changed, 65 insertions(+)
 create mode 100644 package/python-installer/python-installer.hash
 create mode 100644 package/python-installer/python-installer.mk
 create mode 100644 package/python-pep517/python-pep517.hash
 create mode 100644 package/python-pep517/python-pep517.mk
 create mode 100644 package/python-pypa-build/python-pypa-build.hash
 create mode 100644 package/python-pypa-build/python-pypa-build.mk

-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

             reply	other threads:[~2022-01-09  3:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-09  3:55 James Hilliard [this message]
2022-01-09  3:55 ` [Buildroot] [PATCH v3 1/3] package/python-pep517: new package James Hilliard
2022-01-09  3:56 ` [Buildroot] [PATCH v3 2/3] package/python-pypa-build: " James Hilliard
2022-01-09  3:56 ` [Buildroot] [PATCH v3 3/3] package/python-installer: " James Hilliard
2022-01-09 22:48 ` [Buildroot] [PATCH v3 0/3] PEP517 host packages Arnout Vandecappelle

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=20220109035601.2483360-1-james.hilliard1@gmail.com \
    --to=james.hilliard1@gmail.com \
    --cc=asafka7@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=thomas.petazzoni@bootlin.com \
    /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;
as well as URLs for NNTP newsgroup(s).