summaryrefslogtreecommitdiff
path: root/converters/py-zfec
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-05-09 07:36:53 +0000
committerwiz <wiz@pkgsrc.org>2014-05-09 07:36:53 +0000
commit6110b3907a630ba5f56311a5b07f346b35648583 (patch)
tree5e055948d6bf3908006c42aff77eac3ac020d198 /converters/py-zfec
parente10e726ca1e2e87e38883d59d9f2f27d9b31bbdb (diff)
downloadpkgsrc-6110b3907a630ba5f56311a5b07f346b35648583.tar.gz
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'converters/py-zfec')
-rw-r--r--converters/py-zfec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/py-zfec/Makefile b/converters/py-zfec/Makefile
index 17e40f3dde5..029b27d387d 100644
--- a/converters/py-zfec/Makefile
+++ b/converters/py-zfec/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/03/31 08:32:48 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2014/05/09 07:36:56 wiz Exp $
DISTNAME= zfec-1.4.24
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ REPLACE.python.old= /usr/bin/env python
REPLACE.python.new= ${PYTHONBIN}
REPLACE_FILES.python= zfec/cmdline_zfec.py zfec/cmdline_zunfec.py zfec/test/test_zfec.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted via py-setuptools_trial
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted via py-setuptools_trial
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"