summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2016-01-07 09:39:13 +0000
committerwiz <wiz>2016-01-07 09:39:13 +0000
commitb9b798e0fc6905ae58cf16ce9ee562561f8c58a6 (patch)
tree906809c478714292f9751a742fe17bf39cbe2368
parentd01a0a6ac93f0e9e7e080b37fe64b225317d2e5c (diff)
downloadpkgsrc-b9b798e0fc6905ae58cf16ce9ee562561f8c58a6.tar.gz
Not compatible with python-3.x.
-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"