Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2024 20:24:17 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: de0852a16e31 - main - devel/py-array-api-compat: Update to 1.7
Message-ID:  <202405282024.44SKOHTW049441@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=de0852a16e3198de4a98d4eafd07b6eba6a41baf

commit de0852a16e3198de4a98d4eafd07b6eba6a41baf
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-28 20:19:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-28 20:19:37 +0000

    devel/py-array-api-compat: Update to 1.7
    
    - Add SPARSE option
    
    Changes:        https://github.com/data-apis/array-api-compat/releases
                    https://github.com/data-apis/array-api-compat/blob/main/docs/changelog.md
                    https://data-apis.org/array-api-compat/changelog.html
---
 devel/py-array-api-compat/Makefile | 6 ++++--
 devel/py-array-api-compat/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/py-array-api-compat/Makefile b/devel/py-array-api-compat/Makefile
index f722adb8c462..52d6417cba6a 100644
--- a/devel/py-array-api-compat/Makefile
+++ b/devel/py-array-api-compat/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	array-api-compat
-PORTVERSION=	1.6
+PORTVERSION=	1.7
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/data-apis/array-api-compat/releases/download/${PORTVERSION}/
@@ -22,10 +22,12 @@ USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	DASK NUMPY
+OPTIONS_DEFINE=	DASK NUMPY SPARSE
 DASK_DESC=	Dask array support
+SPARSE_DESC=	Sparse array support
 
 DASK_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dask>=0:devel/py-dask@${PY_FLAVOR}
 NUMPY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
+SPARSE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sparse>=0.15.1:devel/py-sparse@${PY_FLAVOR}
 
 .include <bsd.port.mk>
diff --git a/devel/py-array-api-compat/distinfo b/devel/py-array-api-compat/distinfo
index dd0c0e0f8693..01645ce55ccb 100644
--- a/devel/py-array-api-compat/distinfo
+++ b/devel/py-array-api-compat/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1711860499
-SHA256 (array_api_compat-1.6.tar.gz) = 74a1e355cdabb9cf6c48922a5d07976d9230025d65731bef17174151b64876af
-SIZE (array_api_compat-1.6.tar.gz) = 32123
+TIMESTAMP = 1716892254
+SHA256 (array_api_compat-1.7.tar.gz) = ccc3d2101a3643fd314c5ce9cf5c3c5ebb18204948b11ff9131ce44d212da16e
+SIZE (array_api_compat-1.7.tar.gz) = 33238



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405282024.44SKOHTW049441>