Port details |
- py-blosc Blosc data compressor
- 1.11.3 archivers
=0 1.11.2Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2024-11-03 13:27:05
- Last Update: 2025-05-25 09:52:29
- Commit Hash: d7fc0a0
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://www.blosc.org/python-blosc/python-blosc.html
- https://github.com/Blosc/python-blosc
- Description:
- 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.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}blosc>0:archivers/py-blosc@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/archivers/py-blosc/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/py-blosc
- pkg install py311-blosc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-blosc listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-blosc
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1747715332
SHA256 (blosc-1.11.3.tar.gz) = 89ed658eba7814a92e89c44d8c524148d55921595bc133bd1a90f8888a9e088e
SIZE (blosc-1.11.3.tar.gz) = 1439627
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-py-cpuinfo>=0 : sysutils/py-py-cpuinfo@py311
- py311-scikit-build>=0 : devel/py-scikit-build@py311
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- cmake : devel/cmake-core
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libblosc.so : archivers/c-blosc
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- archivers_py-blosc
- USES:
- cmake:indirect python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.11.3 25 May 2025 09:52:29
    |
Po-Chuan Hsieh (sunpoet)  |
archivers/py-blosc: Update to 1.11.3
Changes: https://github.com/Blosc/python-blosc/releases |
1.11.2 03 Nov 2024 13:20:40
    |
Po-Chuan Hsieh (sunpoet)  |
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. |
Number of commits found: 2
|