non port: archivers/py-blosc2/Makefile |
SVNWeb
|
Number of commits found: 11 |
Sat, 30 Sep 2023
|
[ 00:44 Po-Chuan Hsieh (sunpoet) ] 71d16f5
archivers/py-blosc2: Update to 2.2.8
Changes: https://github.com/Blosc/python-blosc2/releases
|
Fri, 22 Sep 2023
|
[ 03:17 Po-Chuan Hsieh (sunpoet) ] 61795db
archivers/py-blosc2: Update to 2.2.7
Changes: https://github.com/Blosc/python-blosc2/releases
|
Wed, 16 Aug 2023
|
[ 18:25 Po-Chuan Hsieh (sunpoet) ] c867bec
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
|
Tue, 18 Jul 2023
|
[ 00:53 Charlie Li (vishwin) ] 9a80a6e (Only the first 10 of 309 ports in this commit are shown above. )
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
|
Sun, 9 Jul 2023
|
[ 21:34 Po-Chuan Hsieh (sunpoet) ] 4a619b6
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
|
[ 10:18 Po-Chuan Hsieh (sunpoet) ] 86b823c
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
|
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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>
|
Sat, 27 May 2023
|
[ 23:43 Po-Chuan Hsieh (sunpoet) ] 2f714d6
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
|
[ 04:08 Po-Chuan Hsieh (sunpoet) ] a3a1f93
archivers/py-blosc2: Update to 2.2.2
Changes: https://github.com/Blosc/python-blosc2/releases
|
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Tue, 18 Apr 2023
|
[ 18:00 Po-Chuan Hsieh (sunpoet) ] 30dd3d5
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).
|
Number of commits found: 11 |