./converters/py-zfec, Efficient, portable erasure coding tool

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5.7.4, Package name: py311-zfec-1.5.7.4, Maintainer: gdt

A 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)


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) | Package updated
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