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
This commit is contained in:
parent
754c0a2331
commit
c867bec8c9
3 changed files with 8 additions and 8 deletions
|
@ -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} \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue