summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2014-02-18 22:22:14 +0000
committerwiz <wiz>2014-02-18 22:22:14 +0000
commit7abf9cef2c02eddc21159c5fca3d7f5591016186 (patch)
treef8aa5f354e9f9ee50ffeec6247d083e7b3a8719d /devel
parent1530de5250a3976e9b9786df783a48c8ad081c1f (diff)
downloadpkgsrc-7abf9cef2c02eddc21159c5fca3d7f5591016186.tar.gz
Mark as not ready for python-3.x.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-logan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-logan/Makefile b/devel/py-logan/Makefile
index df96d7b4faa..71621ac38f4 100644
--- a/devel/py-logan/Makefile
+++ b/devel/py-logan/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/02/17 00:29:06 rodent Exp $
-#
+# $NetBSD: Makefile,v 1.2 2014/02/18 22:22:14 wiz Exp $
DISTNAME= logan-0.5.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +11,7 @@ COMMENT= Toolkit for building standalone Django applications
LICENSE= apache-2.0
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.5.9.1
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"