Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 18:56:32 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: dae4772cd06c - main - devel/py-array-api-compat: Update to 1.6
Message-ID:  <202403311856.42VIuWOZ044959@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=dae4772cd06cc49c2e4519bc132b15f81ad7513b

commit dae4772cd06cc49c2e4519bc132b15f81ad7513b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 18:51:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 18:51:17 +0000

    devel/py-array-api-compat: Update to 1.6
    
    - Add DASK option
    
    Changes:        https://github.com/data-apis/array-api-compat/releases
                    https://github.com/data-apis/array-api-compat/blob/main/docs/changelog.md
---
 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 1c0e42230cae..f722adb8c462 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.5
+PORTVERSION=	1.6
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/data-apis/array-api-compat/releases/download/${PORTVERSION}/
@@ -22,8 +22,10 @@ USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	NUMPY
+OPTIONS_DEFINE=	DASK NUMPY
+DASK_DESC=	Dask 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}
 
 .include <bsd.port.mk>
diff --git a/devel/py-array-api-compat/distinfo b/devel/py-array-api-compat/distinfo
index e39d72e4b314..dd0c0e0f8693 100644
--- a/devel/py-array-api-compat/distinfo
+++ b/devel/py-array-api-compat/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710712412
-SHA256 (array_api_compat-1.5.tar.gz) = c3ee5c9980f5288a19dafce950e5301bd7b0752e96e25989ff78471a968348a5
-SIZE (array_api_compat-1.5.tar.gz) = 38987
+TIMESTAMP = 1711860499
+SHA256 (array_api_compat-1.6.tar.gz) = 74a1e355cdabb9cf6c48922a5d07976d9230025d65731bef17174151b64876af
+SIZE (array_api_compat-1.6.tar.gz) = 32123



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