Path to this page:
./
converters/py-zfec,
Efficient, portable erasure coding tool
Branch: CURRENT,
Version: 1.5.7.4,
Package name: py311-zfec-1.5.7.4,
Maintainer: gdtA fast erasure codec which can be used with the command-line, C,
Python, or Haskell.
Fast, portable, programmable erasure coding a.k.a. "forward error
correction": the generation of redundant blocks of information such
that if some blocks are lost then the original data can be recovered
from the remaining blocks. The zfec package includes command-line
tools, C API, Python API, and Haskell API.
Required to run:[
textproc/py-expat] [
devel/py-setuptools] [
devel/py-pyutil] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 82.575 KB
Version history: (Expand)
- (2023-10-26) Updated to version: py311-zfec-1.5.7.4
- (2023-10-23) Updated to version: py311-zfec-1.5.7.3nb1
- (2023-10-07) Updated to version: py311-zfec-1.5.7.3
- (2022-08-10) Updated to version: py310-zfec-1.5.7.2
- (2022-01-05) Updated to version: py39-zfec-1.5.5nb2
- (2022-01-05) Updated to version: py39-zfec-1.5.5nb1
CVS history: (Expand)
2023-10-26 00:14:15 by Greg Troxel | Files touched by this commit (2) |
Log message:
converters/py-zfec: Update to 1.5.7.4
packaging changes: none (3.7 is not in pkgsrc)
* Release 1.5.7.4 (2023-10-23)
** Python 3.7 is no longer supported.
** Python 3.12 is now supported.
** Binary packages for the macOS "universal2" and "arm64" \
architectures are now provided.
** The benchmark tool has been ported to Python 3.
** The GIL is now released for zfec.Encoder and zfec.Decoder initialization and \
for encode and decode operations.
This enables multithreaded use of zfec to use multiple CPU cores for \
increased aggregate throughput.
|
2023-10-07 15:25:06 by Greg Troxel | Files touched by this commit (2) |
Log message:
converters/py-zfec: Update to 1.5.7.3
upstream NEWS: bugfixes
|
2022-08-10 15:39:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-zfec: updated to 1.5.7.2
1.5.6
This is a maintenance release to add better platform coverage to the published \
binary wheels.
|
2022-04-30 01:29:18 by Thomas Klausner | Files touched by this commit (13) |
Log message:
*: mark dependencies of py-pbr and py-test-virtualenv as not-for-python-2.x
|
2022-02-13 09:53:45 by Thomas Klausner | Files touched by this commit (21) |
Log message:
*: use versioned_dependencies for py-twisted
|
2022-01-14 12:49:45 by Thomas Klausner | Files touched by this commit (34) |
Log message:
*: remove workaround patches for python 3.6
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|