The NetBSD Project

CVS log for pkgsrc/converters/py-zfec/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / converters / py-zfec

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.36 / (download) - annotate - [select for diffs], Wed Oct 25 22:14:15 2023 UTC (5 weeks ago) by gdt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.35: +2 -3 lines
Diff to previous 1.35 (colored)

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.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Oct 23 06:37:36 2023 UTC (5 weeks, 2 days ago) by wiz
Branch: MAIN
Changes since 1.34: +3 -2 lines
Diff to previous 1.34 (colored)

*: update for Python base package change

Instead of depending on one of the removed packages (that are now included
in the base Python packages), include batteries-included.mk to require
a Python version that supplies them.

Remove now included packages.

Bump PKGREVISION.

Revision 1.34 / (download) - annotate - [select for diffs], Sat Oct 7 13:25:06 2023 UTC (7 weeks, 4 days ago) by gdt
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

converters/py-zfec: Update to 1.5.7.3

upstream NEWS: bugfixes

Revision 1.33 / (download) - annotate - [select for diffs], Wed Aug 10 13:39:19 2022 UTC (15 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.32: +2 -3 lines
Diff to previous 1.32 (colored)

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.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Apr 29 23:29:17 2022 UTC (19 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.31: +3 -8 lines
Diff to previous 1.31 (colored)

*: mark dependencies of py-pbr and py-test-virtualenv as not-for-python-2.x

Revision 1.31 / (download) - annotate - [select for diffs], Sun Feb 13 08:53:42 2022 UTC (21 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.30: +4 -2 lines
Diff to previous 1.30 (colored)

*: use versioned_dependencies for py-twisted

Revision 1.30 / (download) - annotate - [select for diffs], Wed Jan 5 15:40:59 2022 UTC (22 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.29: +4 -2 lines
Diff to previous 1.29 (colored)

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.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Jan 4 20:52:40 2022 UTC (22 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored)

*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.28 / (download) - annotate - [select for diffs], Thu Feb 18 12:33:31 2021 UTC (2 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

py-zfec: updated to 1.5.5

* Release 1.5.5 (2020-11-12)

** Upload wheel packages to the Python Package Index.
   Wheel packages for Python 2.7/Windows turned out to be broken
   (issue 34).  Version 1.5.5 is simply an update to address this.
   No changes to zfec itself.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Dec 19 15:28:05 2020 UTC (2 years, 11 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

py-zfec: Update to 1.5.4

Upstream changes relative to 1.5.3 are negligible.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Jul 27 16:20:45 2020 UTC (3 years, 4 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

multiple: Update MAINTAINER from gdt@ir.bbn.com

Revision 1.25 / (download) - annotate - [select for diffs], Mon Jun 29 15:55:52 2020 UTC (3 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.24: +24 -20 lines
Diff to previous 1.24 (colored)

py-zfec: updated to 1.5.3

Release 1.5.3:

** Fix setup.py problem that broke builds on slackware (or other systems with
   setuptools-22.0.5, which is too old to know that "name" might come from
   the setup.cfg metadata section)

Release 1.5.2:
** Add Appveyor (CI for Windows)
** Use older C syntax to appease the Windows compilers we use on Appveyor.
   The previous release just didn't compile there, which broke Tahoe builds.

Release 1.5.1:
** stop using PBR, it interacts badly with Versioneer, causing bad version
   strings like "0+unknown" after pip install

Release 1.5.0:
** Add support for python3.5/3.6/3.7
** switch to PBR for packagine
** fix unclosed-file and illegal-seek errors
** fix memory leak in fec.c
** remove unused stdeb.cfg

Revision 1.24 / (download) - annotate - [select for diffs], Sun Nov 3 17:14:25 2019 UTC (4 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.23: +6 -6 lines
Diff to previous 1.23 (colored)

converters: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Sep 2 13:19:58 2019 UTC (4 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8

Revision 1.22 / (download) - annotate - [select for diffs], Fri Apr 26 13:13:46 2019 UTC (4 years, 7 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Omit mentions of python 34 and 35, after those were removed.

- Includes some whitespace changes, to be handled in a separate commit.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jul 3 05:03:05 2018 UTC (5 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

extend PYTHON_VERSIONS_ for Python 3.7

Revision 1.20 / (download) - annotate - [select for diffs], Mon Sep 4 18:08:19 2017 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Follow some redirects.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Mar 3 12:38:29 2017 UTC (6 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.18: +3 -2 lines
Diff to previous 1.18 (colored)

Add missing dependency on py-pyutil. Bump PKGREVISION.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Feb 14 10:26:28 2017 UTC (6 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Update python 3.x status after py-twisted now supports 3.x.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 1 14:43:26 2017 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Add python-3.6 to incompatible versions.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Jul 9 13:03:34 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Remove python33: adapt all packages that refer to it.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:21 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Switch to MASTER_SITES_PYPI.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Dec 5 21:25:31 2015 UTC (7 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Extend PYTHON_VERSIONS_INCOMPATIBLE to 35

Revision 1.13 / (download) - annotate - [select for diffs], Sun Sep 13 20:29:59 2015 UTC (8 years, 2 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.12: +4 -2 lines
Diff to previous 1.12 (colored)

Demote py-darcsver to build depends from full.

Revision 1.12 / (download) - annotate - [select for diffs], Fri May 9 07:36:56 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Mar 31 08:32:48 2014 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Update to 1.4.24:
No NEWS found.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jan 25 10:29:59 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.9: +3 -2 lines
Diff to previous 1.9 (colored)

Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Oct 3 00:20:16 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.8: +1 -3 lines
Diff to previous 1.8 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 16 18:06:45 2012 UTC (11 years, 9 months ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 (colored)

Fix build on SunOS.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Feb 12 19:55:09 2012 UTC (11 years, 9 months ago) by gls
Branch: MAIN
Changes since 1.6: +10 -4 lines
Diff to previous 1.6 (colored)

Update converters/py-zfec to 1.4.22.

pkgsrc changes:
- /usr/bin/env police
- zfec and zunfec scripts require py-argparse and py-setuptools_trial
dependencies.

upstream changes:

Unknown. Upstream NEWS file stopped at 1.4.5.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 23 22:19:09 2011 UTC (12 years, 10 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

err, really fix

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 23 22:16:30 2011 UTC (12 years, 10 months ago) by tnn
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

fix dependency patterns

Revision 1.4 / (download) - annotate - [select for diffs], Sat Nov 27 14:04:39 2010 UTC (13 years ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.3: +2 -4 lines
Diff to previous 1.3 (colored)

Express dependency on py-darcsver.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Nov 27 13:35:06 2010 UTC (13 years ago) by gdt
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Work around upstream bug where more python bits are fetched from the
net at build time.  See http://tahoe-lafs.org/trac/zfec/ticket/11 .
PKGREVISION++

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jul 25 06:27:17 2010 UTC (13 years, 4 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

This package needs py-expat installed in order to build.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Jul 24 13:24:15 2010 UTC (13 years, 4 months ago) by gdt
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import py26-zfec-1.4.7 as converters/py-zfec.

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.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jul 24 13:24:15 2010 UTC (13 years, 4 months ago) by gdt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>