Skip to content

Commit

Permalink
devel/py-array-api-compat: Update to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 23, 2024
1 parent eebebd3 commit 666b5a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions devel/py-array-api-compat/Makefile
@@ -1,7 +1,8 @@
PORTNAME= array-api-compat
PORTVERSION= 1.4
PORTVERSION= 1.5
CATEGORIES= devel python
MASTER_SITES= PYPI
MASTER_SITES= PYPI \
https://github.com/data-apis/array-api-compat/releases/download/${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= array_api_compat-${PORTVERSION}

Expand All @@ -13,8 +14,11 @@ WWW= https://data-apis.org/array-api-compat/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions devel/py-array-api-compat/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1696753602
SHA256 (array_api_compat-1.4.tar.gz) = d49f00eb66b436cf3a6026d6f43c115d3e058a3a9936536b0bac33dd470e8b4d
SIZE (array_api_compat-1.4.tar.gz) = 29461
TIMESTAMP = 1710712412
SHA256 (array_api_compat-1.5.tar.gz) = c3ee5c9980f5288a19dafce950e5301bd7b0752e96e25989ff78471a968348a5
SIZE (array_api_compat-1.5.tar.gz) = 38987

0 comments on commit 666b5a6

Please sign in to comment.