linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Phil Howard <phil@gadgetoid.com>
Cc: Linus Walleij <linus.walleij@linaro.org>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Kent Gibson <warthog618@gmail.com>,
	linux-gpio@vger.kernel.org
Subject: Re: [libgpiod][PATCH v2 2/2] bindings: python: add pyproject.toml, pep 518
Date: Fri, 13 Oct 2023 10:35:39 +0200	[thread overview]
Message-ID: <CAMRc=Mf4=c6hLu5=eUVQ+EB_Z-rsodmqvt3B0evZL04aa4ys4Q@mail.gmail.com> (raw)
In-Reply-To: <20231012210228.101513-3-phil@gadgetoid.com>

On Thu, Oct 12, 2023 at 11:02 PM Phil Howard <phil@gadgetoid.com> wrote:
>
> Add pyproject.toml to prevent spurious deprecation warnings from pip.
>
> Signed-off-by: Phil Howard <phil@gadgetoid.com>
> ---
>  bindings/python/pyproject.toml | 5 +++++
>  1 file changed, 5 insertions(+)
>  create mode 100644 bindings/python/pyproject.toml
>
> diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml
> new file mode 100644
> index 0000000..fcf6bbe
> --- /dev/null
> +++ b/bindings/python/pyproject.toml
> @@ -0,0 +1,5 @@
> +# SPDX-License-Identifier: GPL-2.0-or-later
> +# SPDX-FileCopyrightText: 2023 Phil Howard <phil@gadgetoid.com>
> +
> +[build-system]
> +requires = ["setuptools", "wheel"]
> --
> 2.34.1
>

Applied, thanks!

Bart

      reply	other threads:[~2023-10-13  8:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-12 21:02 [libgpiod][PATCH v2 0/2] bindings: python: optionally include (...) Phil Howard
2023-10-12 21:02 ` [libgpiod][PATCH v2 1/2] bindings: python: optionally include module in sdist Phil Howard
2023-10-13  9:22   ` Bartosz Golaszewski
2023-10-13 10:53     ` Phil Howard
2023-10-12 21:02 ` [libgpiod][PATCH v2 2/2] bindings: python: add pyproject.toml, pep 518 Phil Howard
2023-10-13  8:35   ` Bartosz Golaszewski [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='CAMRc=Mf4=c6hLu5=eUVQ+EB_Z-rsodmqvt3B0evZL04aa4ys4Q@mail.gmail.com' \
    --to=brgl@bgdev.pl \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=phil@gadgetoid.com \
    --cc=warthog618@gmail.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).