notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-blosc Blosc data compressor
1.11.2 archiversnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
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.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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>)
  • py311: py311-blosc
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):
py311-blosc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.11.21.11.2-1.11.21.11.2---
FreeBSD:13:quarterly--------
FreeBSD:14:latest1.11.21.11.2-1.11.21.11.2---
FreeBSD:14:quarterly--------
FreeBSD:15:latest1.11.21.11.2n/a1.11.2n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-py-cpuinfo>=0 : sysutils/py-py-cpuinfo@py311
  2. py311-scikit-build>=0 : devel/py-scikit-build@py311
  3. py311-setuptools>=0 : devel/py-setuptools@py311
  4. py311-wheel>=0 : devel/py-wheel@py311
  5. cmake : devel/cmake-core
  6. python3.11 : lang/python311
  7. py311-build>=0 : devel/py-build@py311
  8. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
Library dependencies:
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/b/blosc/
  2. https://pypi.org/packages/source/b/blosc/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.11.2
03 Nov 2024 13:20:40
commit hash: 5f1575b6a096d8913f8ad699172261eda581d5a1commit hash: 5f1575b6a096d8913f8ad699172261eda581d5a1commit hash: 5f1575b6a096d8913f8ad699172261eda581d5a1commit hash: 5f1575b6a096d8913f8ad699172261eda581d5a1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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