Browse Source

math/py-ml-dtypes: Update to 0.5.1

Changes:	https://github.com/jax-ml/ml_dtypes/releases
overlay
Po-Chuan Hsieh 5 months ago
parent
commit
7f21aae146
No known key found for this signature in database GPG Key ID: 9A4BD10F002DD04B
  1. 2
      math/py-ml-dtypes/Makefile
  2. 6
      math/py-ml-dtypes/distinfo
  3. 4
      math/py-ml-dtypes/files/patch-pyproject.toml

2
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}

6
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

4
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",
]

Loading…
Cancel
Save