Commit graph

12 commits

Author SHA1 Message Date
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
wiz
d0d7f8850a Update to 1.4.24:
No NEWS found.
2014-03-31 08:32:48 +00:00
wiz
aa67e11089 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.
2014-01-25 10:29:56 +00:00
asau
46402b95a7 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 00:20:09 +00:00
hans
25e1487aff Fix build on SunOS. 2012-02-16 18:05:09 +00:00
gls
49bf50c360 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.
2012-02-12 19:55:09 +00:00
tnn
02f5e8a003 err, really fix 2011-01-23 22:19:09 +00:00
tnn
c5c6b7ab3a fix dependency patterns 2011-01-23 22:16:30 +00:00
gdt
040246d423 Express dependency on py-darcsver. 2010-11-27 14:04:39 +00:00
gdt
3d7930a155 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++
2010-11-27 13:35:06 +00:00
agc
3da4290545 This package needs py-expat installed in order to build. 2010-07-25 06:27:17 +00:00
gdt
190f861711 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.
2010-07-24 13:24:15 +00:00