summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-01-07 09:39:13 +0000
committerwiz <wiz@pkgsrc.org>2016-01-07 09:39:13 +0000
commit1a5e0a95cba9e7b60b4a3a36f5d5fcf574120b22 (patch)
tree906809c478714292f9751a742fe17bf39cbe2368 /converters
parent262e996b7f8a766512aceb894845be2f0806b7eb (diff)
downloadpkgsrc-1a5e0a95cba9e7b60b4a3a36f5d5fcf574120b22.tar.gz
Not compatible with python-3.x.
Diffstat (limited to 'converters')
-rw-r--r--converters/py-yenc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/py-yenc/Makefile b/converters/py-yenc/Makefile
index e63288a6c76..c26ab171196 100644
--- a/converters/py-yenc/Makefile
+++ b/converters/py-yenc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/01/03 21:02:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2016/01/07 09:39:13 wiz Exp $
DISTNAME= yenc-${DISTVERSION}
DISTVERSION= 0.4.0
@@ -15,5 +15,7 @@ HOMEPAGE= http://www.golug.it/yenc.html
COMMENT= Python module for yenc decoding module in C
LICENSE= gnu-lgpl-v2.1
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 0.4.0
+
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"