From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: Julien Olivain <ju.o@free.fr>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Asaf Kahlon <asafka7@gmail.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/3] package/python-iterable-io: new package
Date: Mon, 16 Sep 2024 12:11:48 +0200 [thread overview]
Message-ID: <ZugEZGPkWpJC5kUJ@landeda> (raw)
In-Reply-To: <20240915221018.1655380-1-james.hilliard1@gmail.com>
James, All,
On 2024-09-15 16:10 -0600, James Hilliard spake thusly:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Series of 3 patches applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/Config.in | 1 +
> package/python-iterable-io/Config.in | 7 +++++++
> package/python-iterable-io/python-iterable-io.hash | 5 +++++
> package/python-iterable-io/python-iterable-io.mk | 14 ++++++++++++++
> 4 files changed, 27 insertions(+)
> create mode 100644 package/python-iterable-io/Config.in
> create mode 100644 package/python-iterable-io/python-iterable-io.hash
> create mode 100644 package/python-iterable-io/python-iterable-io.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index c0f4d9ece5..a0d2f329b7 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -1167,6 +1167,7 @@ menu "External python modules"
> source "package/python-ipython/Config.in"
> source "package/python-ipython-genutils/Config.in"
> source "package/python-iso8601/Config.in"
> + source "package/python-iterable-io/Config.in"
> source "package/python-itsdangerous/Config.in"
> source "package/python-iwlib/Config.in"
> source "package/python-janus/Config.in"
> diff --git a/package/python-iterable-io/Config.in b/package/python-iterable-io/Config.in
> new file mode 100644
> index 0000000000..e85159eb2f
> --- /dev/null
> +++ b/package/python-iterable-io/Config.in
> @@ -0,0 +1,7 @@
> +config BR2_PACKAGE_PYTHON_ITERABLE_IO
> + bool "python-iterable-io"
> + help
> + Adapt generators and other iterables to a file-like
> + interface.
> +
> + https://github.com/pR0Ps/iterable-io
> diff --git a/package/python-iterable-io/python-iterable-io.hash b/package/python-iterable-io/python-iterable-io.hash
> new file mode 100644
> index 0000000000..aae6ad547e
> --- /dev/null
> +++ b/package/python-iterable-io/python-iterable-io.hash
> @@ -0,0 +1,5 @@
> +# md5, sha256 from https://pypi.org/pypi/iterable-io/json
> +md5 d6027af37f8e15edd346bdff6d5c5e3c iterable-io-1.0.0.tar.gz
> +sha256 fb9e1b739587a9ba0d5c60a3e1eb71246761583bc9f18b3c35bb112b44b18c3c iterable-io-1.0.0.tar.gz
> +# Locally computed sha256 checksums
> +sha256 5de72116ec3738168bbaea5bd3405d161246ac542456470dc074f23d336252c0 README.md
> diff --git a/package/python-iterable-io/python-iterable-io.mk b/package/python-iterable-io/python-iterable-io.mk
> new file mode 100644
> index 0000000000..e59c7d6455
> --- /dev/null
> +++ b/package/python-iterable-io/python-iterable-io.mk
> @@ -0,0 +1,14 @@
> +################################################################################
> +#
> +# python-iterable-io
> +#
> +################################################################################
> +
> +PYTHON_ITERABLE_IO_VERSION = 1.0.0
> +PYTHON_ITERABLE_IO_SOURCE = iterable-io-$(PYTHON_ITERABLE_IO_VERSION).tar.gz
> +PYTHON_ITERABLE_IO_SITE = https://files.pythonhosted.org/packages/40/be/27d59b5c1d74ecbd26c1142f84b61d6cb04f0d0337697149645f34406b2d
> +PYTHON_ITERABLE_IO_SETUP_TYPE = setuptools
> +PYTHON_ITERABLE_IO_LICENSE = LGPL-3.0
> +PYTHON_ITERABLE_IO_LICENSE_FILES = README.md
> +
> +$(eval $(python-package))
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2024-09-16 10:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-15 22:10 [Buildroot] [PATCH 1/3] package/python-iterable-io: new package James Hilliard
2024-09-15 22:10 ` [Buildroot] [PATCH 2/3] package/python-zipstream-ng: " James Hilliard
2024-09-15 22:10 ` [Buildroot] [PATCH 3/3] package/python-magic-wormhole: bump to version 0.15.0 James Hilliard
2024-09-16 10:11 ` Yann E. MORIN [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=ZugEZGPkWpJC5kUJ@landeda \
--to=yann.morin.1998@free.fr \
--cc=asafka7@gmail.com \
--cc=buildroot@buildroot.org \
--cc=james.hilliard1@gmail.com \
--cc=ju.o@free.fr \
--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