git: 7f21aae1469e - main - math/py-ml-dtypes: Update to 0.5.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Feb 2025 15:58:45 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f21aae1469e51ffe8b6daaf53ec29b0dea9acd3 commit 7f21aae1469e51ffe8b6daaf53ec29b0dea9acd3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-03 15:20:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-03 15:51:28 +0000 math/py-ml-dtypes: Update to 0.5.1 Changes: https://github.com/jax-ml/ml_dtypes/releases --- math/py-ml-dtypes/Makefile | 2 +- math/py-ml-dtypes/distinfo | 6 +++--- math/py-ml-dtypes/files/patch-pyproject.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/math/py-ml-dtypes/Makefile b/math/py-ml-dtypes/Makefile index 2dd446222028..0186562c4970 100644 --- a/math/py-ml-dtypes/Makefile +++ b/math/py-ml-dtypes/Makefile @@ -1,5 +1,5 @@ PORTNAME= ml-dtypes -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-ml-dtypes/distinfo b/math/py-ml-dtypes/distinfo index 7998b654830a..fc3946fc55a5 100644 --- a/math/py-ml-dtypes/distinfo +++ b/math/py-ml-dtypes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726740977 -SHA256 (ml_dtypes-0.5.0.tar.gz) = 3e7d3a380fe73a63c884f06136f8baa7a5249cc8e9fdec677997dd78549f8128 -SIZE (ml_dtypes-0.5.0.tar.gz) = 699367 +TIMESTAMP = 1738089116 +SHA256 (ml_dtypes-0.5.1.tar.gz) = ac5b58559bb84a95848ed6984eb8013249f90b6bab62aa5acbad876e256002c9 +SIZE (ml_dtypes-0.5.1.tar.gz) = 698772 diff --git a/math/py-ml-dtypes/files/patch-pyproject.toml b/math/py-ml-dtypes/files/patch-pyproject.toml index 4d38c30d6240..5ce41da69d71 100644 --- a/math/py-ml-dtypes/files/patch-pyproject.toml +++ b/math/py-ml-dtypes/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2024-09-13 21:53:12 UTC +--- pyproject.toml.orig 2025-01-07 02:25:37 UTC +++ pyproject.toml @@ -17,11 +17,7 @@ dependencies = [ # pip dependencies of the project @@ -18,7 +18,7 @@ # We build against the most recent supported NumPy 2.0 release; # see https://github.com/numpy/numpy/issues/27265 - "numpy~=2.0", -- "setuptools~=73.0.1", +- "setuptools~=75.7.0", + "numpy>=1.26.0", + "setuptools", ]