Port details |
- py-blosc2 Python wrapper for the C-Blosc2 library
- 2.7.1 archivers =2 2.7.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-04-18 18:09:08
- Last Update: 2024-08-04 17:14:00
- Commit Hash: f437dd0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/Blosc/python-blosc2
- Description:
- C-Blosc2 is the new major version of C-Blosc, and is backward compatible with
both the C-Blosc1 API and its in-memory format. Python-Blosc2 is a Python
package that wraps C-Blosc2, the newest version of the Blosc compressor.
Currently Python-Blosc2 already reproduces the API of Python-Blosc, so it can be
used as a drop-in replacement. However, there are a few exceptions for a full
compatibility.
In addition, Python-Blosc2 aims to leverage the new C-Blosc2 API so as to
support super-chunks, multi-dimensional arrays (NDArray), serialization and
other bells and whistles introduced in C-Blosc2. Although this is always and
endless process, we have already catch up with most of the C-Blosc2 API
capabilities.
Note: Python-Blosc2 is meant to be backward compatible with Python-Blosc data.
That means that it can read data generated with Python-Blosc, but the opposite
is not true (i.e. there is no forward compatibility).
- ¦ ¦ ¦ ¦
- 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}blosc2>0:archivers/py-blosc2@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/archivers/py-blosc2/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/py-blosc2
- pkg install py311-blosc2
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-blosc2 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-blosc2
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1722711177
SHA256 (blosc2-2.7.1.tar.gz) = 34db4d41543b16e894d507d6c7d10a9a67c9dd420ff40b072f7c39185cbb8fe8
SIZE (blosc2-2.7.1.tar.gz) = 5149754
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:
-
- c-blosc2>=2.15.1 : archivers/c-blosc2
- ninja : devel/ninja
- py311-numpy>=0,1 : math/py-numpy@py311
- py311-scikit-build>=0 : devel/py-scikit-build@py311
- py311-setuptools>=0 : devel/py-setuptools@py311
- cmake : devel/cmake-core
- pkgconf>=1.3.0_1 : devel/pkgconf
- cython-3.11 : lang/cython@py311
- 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:
-
- py311-msgpack>=0 : devel/py-msgpack@py311
- py311-ndindex>=1.4 : math/py-ndindex@py311
- py311-numexpr>=0 : math/py-numexpr@py311
- py311-numpy>=1.21,1 : math/py-numpy@py311
- py311-py-cpuinfo>=0 : sysutils/py-py-cpuinfo@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libblosc2.so : archivers/c-blosc2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- archivers_py-blosc2
- USES:
- cmake:indirect pkgconfig python:3.10+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.7.1 04 Aug 2024 17:14:00 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-blosc2: Update to 2.7.1
Changes: https://github.com/Blosc/python-blosc2/releases |
2.7.0 29 Jul 2024 12:39:27 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-blosc2: Convert to USES=cmake:indirect |
2.7.0 06 Jul 2024 16:02:32 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-blosc2: Update to 2.7.0
Changes: https://github.com/Blosc/python-blosc2/releases |
2.6.2_1 03 Jun 2024 02:38:04 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-blosc2: Use USES=python:3.10+ after python311 as default
(62a23ef0936e21fef507653054d6732bb7ef085f) |
2.6.2_1 13 Apr 2024 09:31:33 |
Po-Chuan Hsieh (sunpoet) |
archivers/c-blosc2: Update to 2.14.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/Blosc/c-blosc2/releases |
2.6.2 08 Apr 2024 06:45:39 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-blosc2: Update to 2.6.2
Changes: https://github.com/Blosc/python-blosc2/releases |
2.6.0 05 Apr 2024 00:39:25 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-blosc2: Update to 2.6.0
Changes: https://github.com/Blosc/python-blosc2/releases |
2.5.1 21 Feb 2024 15:06:51 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-blosc2: Update to 2.5.1
Changes: https://github.com/Blosc/python-blosc2/releases |
2.3.2 14 Dec 2023 05:48:22 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-blosc2: Update to 2.3.2
Changes: https://github.com/Blosc/python-blosc2/releases |
2.3.1 14 Nov 2023 17:15:35 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-blosc2: Update to 2.3.1
Changes: https://github.com/Blosc/python-blosc2/releases |
2.2.9 08 Oct 2023 11:54:45 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-blosc2: Update to 2.2.9
Changes: https://github.com/Blosc/python-blosc2/releases |
2.2.8 30 Sep 2023 00:44:23 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-blosc2: Update to 2.2.8
Changes: https://github.com/Blosc/python-blosc2/releases |
2.2.7 22 Sep 2023 03:17:36 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-blosc2: Update to 2.2.7
Changes: https://github.com/Blosc/python-blosc2/releases |
2.2.6 16 Aug 2023 18:25:14 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-blosc2: Update to 2.2.6
Changes: https://github.com/Blosc/python-blosc2/releases
https://github.com/Blosc/python-blosc2/blob/main/RELEASE_NOTES.md |
2.2.5 18 Jul 2023 00:53:09 |
Charlie Li (vishwin) |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
2.2.5 09 Jul 2023 21:34:20 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-blosc2: Update to 2.2.5
Changes: https://github.com/Blosc/python-blosc2/releases
https://github.com/Blosc/python-blosc2/blob/main/RELEASE_NOTES.md |
2.2.4 09 Jul 2023 10:18:17 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-blosc2: Update to 2.2.4
Changes: https://github.com/Blosc/python-blosc2/releases
https://github.com/Blosc/python-blosc2/blob/main/RELEASE_NOTES.md |
2.2.3 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.2.3 27 May 2023 23:43:46 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-blosc2: Update to 2.2.3
Changes: https://github.com/Blosc/python-blosc2/releases
https://github.com/Blosc/python-blosc2/blob/main/RELEASE_NOTES.md |
2.2.2 27 May 2023 04:08:18 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-blosc2: Update to 2.2.2
Changes: https://github.com/Blosc/python-blosc2/releases |
2.2.0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.2.0 18 Apr 2023 18:00:40 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-blosc2: Add py-blosc2 2.2.0
C-Blosc2 is the new major version of C-Blosc, and is backward compatible with
both the C-Blosc1 API and its in-memory format. Python-Blosc2 is a Python
package that wraps C-Blosc2, the newest version of the Blosc compressor.
Currently Python-Blosc2 already reproduces the API of Python-Blosc, so it can be
used as a drop-in replacement. However, there are a few exceptions for a full
compatibility.
In addition, Python-Blosc2 aims to leverage the new C-Blosc2 API so as to
support super-chunks, multi-dimensional arrays (NDArray), serialization and
other bells and whistles introduced in C-Blosc2. Although this is always and
endless process, we have already catch up with most of the C-Blosc2 API
capabilities.
Note: Python-Blosc2 is meant to be backward compatible with Python-Blosc data.
That means that it can read data generated with Python-Blosc, but the opposite
is not true (i.e. there is no forward compatibility). |