From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: Julien Olivain <ju.o@free.fr>, Asaf Kahlon <asafka7@gmail.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v2 1/1] package/python-ml-dtypes: bump to version 0.3.2
Date: Tue, 6 Feb 2024 18:18:20 +0100 [thread overview]
Message-ID: <ZcJp3IN0suIBa9ds@landeda> (raw)
In-Reply-To: <20240206161715.550268-1-james.hilliard1@gmail.com>
James, All,
On 2024-02-06 09:17 -0700, James Hilliard spake thusly:
> Migrate from distutils which is being deprecated to setuptools.
>
> Drop python-pybind which is no longer required:
> https://github.com/jax-ml/ml_dtypes/blob/v0.3.2/CHANGELOG.md#032---2024-01-03
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Applied to master, thanks.
Could you check whether the following patches are still valid and
required, please:
https://patchwork.ozlabs.org/project/buildroot/patch/3afcc982685e876ac9b2ae54f86164647040ab85.1706448055.git.yann.morin.1998@free.fr/
https://patchwork.ozlabs.org/project/buildroot/patch/20240112221910.14778-1-fontaine.fabrice@gmail.com/
Regards,
Yann E. MORIN.
> ---
> Changes v1 -> v2:
> - drop pybind
> ---
> package/python-ml-dtypes/Config.in | 1 -
> package/python-ml-dtypes/python-ml-dtypes.hash | 4 ++--
> package/python-ml-dtypes/python-ml-dtypes.mk | 9 ++++-----
> 3 files changed, 6 insertions(+), 8 deletions(-)
>
> diff --git a/package/python-ml-dtypes/Config.in b/package/python-ml-dtypes/Config.in
> index 72506896df..8791564b19 100644
> --- a/package/python-ml-dtypes/Config.in
> +++ b/package/python-ml-dtypes/Config.in
> @@ -5,7 +5,6 @@ config BR2_PACKAGE_PYTHON_ML_DTYPES
> depends on BR2_TOOLCHAIN_GCC_AT_LEAST_9 # python-numpy
> depends on BR2_HOST_GCC_AT_LEAST_9 # host-python-numpy
> select BR2_PACKAGE_PYTHON_NUMPY
> - select BR2_PACKAGE_PYTHON_PYBIND
> help
> ml_dtypes is a stand-alone implementation of several NumPy
> dtype extensions used in machine learning libraries.
> diff --git a/package/python-ml-dtypes/python-ml-dtypes.hash b/package/python-ml-dtypes/python-ml-dtypes.hash
> index a440268e39..53bfacb528 100644
> --- a/package/python-ml-dtypes/python-ml-dtypes.hash
> +++ b/package/python-ml-dtypes/python-ml-dtypes.hash
> @@ -1,5 +1,5 @@
> # md5, sha256 from https://pypi.org/pypi/ml_dtypes/json
> -md5 6adbb05530819bdb4a78d2372d187fe2 ml_dtypes-0.3.1.tar.gz
> -sha256 60778f99194b4c4f36ba42da200b35ef851ce4d4af698aaf70f5b91fe70fc611 ml_dtypes-0.3.1.tar.gz
> +md5 438c04dc0d941ec1b3b71667225c74c8 ml_dtypes-0.3.2.tar.gz
> +sha256 533059bc5f1764fac071ef54598db358c167c51a718f68f5bb55e3dee79d2967 ml_dtypes-0.3.2.tar.gz
> # Locally computed sha256 checksums
> sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
> diff --git a/package/python-ml-dtypes/python-ml-dtypes.mk b/package/python-ml-dtypes/python-ml-dtypes.mk
> index 92d23bece4..676137ecf1 100644
> --- a/package/python-ml-dtypes/python-ml-dtypes.mk
> +++ b/package/python-ml-dtypes/python-ml-dtypes.mk
> @@ -4,16 +4,15 @@
> #
> ################################################################################
>
> -PYTHON_ML_DTYPES_VERSION = 0.3.1
> +PYTHON_ML_DTYPES_VERSION = 0.3.2
> PYTHON_ML_DTYPES_SOURCE = ml_dtypes-$(PYTHON_ML_DTYPES_VERSION).tar.gz
> -PYTHON_ML_DTYPES_SITE = https://files.pythonhosted.org/packages/16/6e/9a7a51ee1ca24b8e92109128260c5aec8340c8fe5572e9ceecddae559abe
> +PYTHON_ML_DTYPES_SITE = https://files.pythonhosted.org/packages/39/7d/8d85fcba868758b3a546e6914e727abd8f29ea6918079f816975c9eecd63
> PYTHON_ML_DTYPES_LICENSE = Apache-2.0
> PYTHON_ML_DTYPES_LICENSE_FILES = LICENSE
> -PYTHON_ML_DTYPES_SETUP_TYPE = distutils
> +PYTHON_ML_DTYPES_SETUP_TYPE = setuptools
>
> PYTHON_ML_DTYPES_DEPENDENCIES = \
> host-python-numpy \
> - python-numpy \
> - python-pybind
> + python-numpy
>
> $(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
next prev parent reply other threads:[~2024-02-06 17:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-06 16:17 [Buildroot] [PATCH v2 1/1] package/python-ml-dtypes: bump to version 0.3.2 James Hilliard
2024-02-06 17:18 ` Yann E. MORIN [this message]
2024-02-06 17:26 ` James Hilliard
2024-05-14 8:20 ` Thomas Petazzoni via buildroot
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=ZcJp3IN0suIBa9ds@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 \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.