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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-blosc Blosc data compressor
1.11.3 archivers 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 1.11.2Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
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.
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 = 1747715332 SHA256 (blosc-1.11.3.tar.gz) = 89ed658eba7814a92e89c44d8c524148d55921595bc133bd1a90f8888a9e088e SIZE (blosc-1.11.3.tar.gz) = 1439627

Packages (timestamps in pop-ups are UTC):
py311-blosc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.11.31.11.3-1.11.31.11.3---
FreeBSD:13:quarterly1.11.21.11.2-1.11.21.11.2---
FreeBSD:14:latest1.11.31.11.3-1.11.31.11.3---
FreeBSD:14:quarterly1.11.21.11.2-1.11.21.11.3---
FreeBSD:15:latest1.11.31.11.3n/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: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.11.3
25 May 2025 09:52:29
commit hash: d7fc0a07ad31a0619c07e5bf70914b887b6fc249commit hash: d7fc0a07ad31a0619c07e5bf70914b887b6fc249commit hash: d7fc0a07ad31a0619c07e5bf70914b887b6fc249commit hash: d7fc0a07ad31a0619c07e5bf70914b887b6fc249 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
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: 2