freebsd-ports/archivers/py-blosc/files/patch-pyproject.toml
Po-Chuan Hsieh 5f1575b6a0
archivers/py-blosc: Add py-blosc 1.11.2
Blosc is a high performance compressor optimized for binary data. It has been
designed to transmit data to the processor cache faster than the traditional,
non-compressed, direct memory fetch approach via a memcpy() OS call.

Blosc works well for compressing numerical arrays that contains data with
relatively low entropy, like sparse data, time series, grids with regular-spaced
values, etc.

python-blosc a Python package that wraps Blosc.
2024-11-03 21:20:40 +08:00

6 lines
231 B
TOML

--- pyproject.toml.orig 2024-06-24 16:59:37 UTC
+++ pyproject.toml
@@ -1,2 +1,2 @@
[build-system]
-requires = ["setuptools", "scikit-build", "cmake", "ninja", "py-cpuinfo"]
+requires = ["setuptools", "scikit-build", "py-cpuinfo"]