git: c867bec8c98e - main - archivers/py-blosc2: Update to 2.2.6

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 16 Aug 2023 18:31:02 UTC
The branch main has been updated by sunpoet:

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

commit c867bec8c98e17ddb3ef24dfb12c6fc5fe5ea497
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-16 18:11:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-16 18:25:14 +0000

    archivers/py-blosc2: Update to 2.2.6
    
    Changes:        https://github.com/Blosc/python-blosc2/releases
                    https://github.com/Blosc/python-blosc2/blob/main/RELEASE_NOTES.md
---
 archivers/py-blosc2/Makefile                   | 6 +++---
 archivers/py-blosc2/distinfo                   | 6 +++---
 archivers/py-blosc2/files/patch-pyproject.toml | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/archivers/py-blosc2/Makefile b/archivers/py-blosc2/Makefile
index b1ee988a5621..dd28d2b6d891 100644
--- a/archivers/py-blosc2/Makefile
+++ b/archivers/py-blosc2/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	blosc2
-PORTVERSION=	2.2.5
+PORTVERSION=	2.2.6
 CATEGORIES=	archivers python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +11,12 @@ WWW=		https://github.com/Blosc/python-blosc2
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	c-blosc2>=2.10.0:archivers/c-blosc2 \
+BUILD_DEPENDS=	c-blosc2>=2.10.1:archivers/c-blosc2 \
 		cmake:devel/cmake-core \
 		ninja:devel/ninja \
 		${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scikit-build>=0:devel/py-scikit-build@${PY_FLAVOR} \
-		${PY_SETUPTOOLS}
+		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR}
 LIB_DEPENDS=	libblosc2.so:archivers/c-blosc2
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ndindex>=1.4:math/py-ndindex@${PY_FLAVOR} \
diff --git a/archivers/py-blosc2/distinfo b/archivers/py-blosc2/distinfo
index 54949acf7c75..f03bc9381915 100644
--- a/archivers/py-blosc2/distinfo
+++ b/archivers/py-blosc2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688902019
-SHA256 (blosc2-2.2.5.tar.gz) = b8c0940267dd8df7a2b95ee2a3701ded2d240c85b27514909d9997425a091f54
-SIZE (blosc2-2.2.5.tar.gz) = 4653447
+TIMESTAMP = 1691069954
+SHA256 (blosc2-2.2.6.tar.gz) = e388e7160075376789542e7b23a08d1a0292f34532fb582f3c610b4ccf80d8f0
+SIZE (blosc2-2.2.6.tar.gz) = 4656129
diff --git a/archivers/py-blosc2/files/patch-pyproject.toml b/archivers/py-blosc2/files/patch-pyproject.toml
index d330ef2ac941..0a4c70f8ad95 100644
--- a/archivers/py-blosc2/files/patch-pyproject.toml
+++ b/archivers/py-blosc2/files/patch-pyproject.toml
@@ -2,8 +2,8 @@
 +++ pyproject.toml
 @@ -1,5 +1,5 @@
  [build-system]
--requires = ["setuptools", "scikit-build", "cython", "cmake", "ninja", "oldest-supported-numpy"]
-+requires = ["setuptools", "scikit-build", "cython", "numpy"]
+-requires = ["setuptools", "scikit-build", "cython<3", "cmake", "ninja", "oldest-supported-numpy"]
++requires = ["setuptools", "scikit-build", "cython<3", "numpy"]
  
  [project]
  name = "blosc2"