Port details |
- py-blosc Blosc data compressor
- 1.11.2 archivers
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-11-03 13:27:05
- Last Update: 2024-11-03 13:20:40
- Commit Hash: 5f1575b
- 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 = 1730540888
SHA256 (blosc-1.11.2.tar.gz) = ac5e7c1bfc1c7232b900be94cddb5ffcf9ea49f313c8ae98a7ca0dd87b872bf4
SIZE (blosc-1.11.2.tar.gz) = 1434010
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: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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: 1
|