summaryrefslogtreecommitdiff
path: root/wm/py-tyle
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-08-23 09:33:25 +0000
committerwiz <wiz@pkgsrc.org>2011-08-23 09:33:25 +0000
commit26ac9649d87733cc79b634442e1e124bba18da97 (patch)
treef9e3973c5a5ef789fc6eca5f3de5d6621d26f690 /wm/py-tyle
parent1385c8946f9121680f3196ea9ebea4715fd04322 (diff)
downloadpkgsrc-26ac9649d87733cc79b634442e1e124bba18da97.tar.gz
Add 31 to incompatible python versions.
Diffstat (limited to 'wm/py-tyle')
-rw-r--r--wm/py-tyle/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/py-tyle/Makefile b/wm/py-tyle/Makefile
index 6842650979d..50687b16980 100644
--- a/wm/py-tyle/Makefile
+++ b/wm/py-tyle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/08/22 12:21:56 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2011/08/23 09:33:25 wiz Exp $
#
DISTNAME= pytyle-0.7.5
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-Xlib-[0-9]*:../../x11/py-Xlib
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
PY_PATCHLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 24 25
+PYTHON_VERSIONS_INCOMPATIBLE= 24 25 31
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"