summaryrefslogtreecommitdiff
path: root/devel/py-setuptools_trial
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
commit32e3777c0483c942db7d33c0514dde781322fe36 (patch)
tree5e055948d6bf3908006c42aff77eac3ac020d198 /devel/py-setuptools_trial
parentdabc97757de5c7e532f1c54535ae41f78f5ff9b4 (diff)
downloadpkgsrc-32e3777c0483c942db7d33c0514dde781322fe36.tar.gz
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'devel/py-setuptools_trial')
-rw-r--r--devel/py-setuptools_trial/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-setuptools_trial/Makefile b/devel/py-setuptools_trial/Makefile
index 19b9f09cf6f..d3ab1014ebe 100644
--- a/devel/py-setuptools_trial/Makefile
+++ b/devel/py-setuptools_trial/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:05 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:02 wiz Exp $
DISTNAME= setuptools_trial-0.5.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,7 @@ USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"