Skip to content

Commit

Permalink
archivers/py-blosc2: Update to 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Aug 16, 2023
1 parent 754c0a2 commit c867bec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions 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}
Expand All @@ -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} \
Expand Down
6 changes: 3 additions & 3 deletions 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
4 changes: 2 additions & 2 deletions archivers/py-blosc2/files/patch-pyproject.toml
Expand Up @@ -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"

0 comments on commit c867bec

Please sign in to comment.