summaryrefslogtreecommitdiff
path: root/devel/py-unittest2
diff options
context:
space:
mode:
authorwiz <wiz>2014-05-09 07:36:53 +0000
committerwiz <wiz>2014-05-09 07:36:53 +0000
commit1f40a115597a757dffb35d76fc06e4ced0708e2b (patch)
tree5e055948d6bf3908006c42aff77eac3ac020d198 /devel/py-unittest2
parent10c570a1541d725230c1afb3be2722bc774ee88c (diff)
downloadpkgsrc-1f40a115597a757dffb35d76fc06e4ced0708e2b.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-unittest2')
-rw-r--r--devel/py-unittest2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-unittest2/Makefile b/devel/py-unittest2/Makefile
index 21cbad027ea..10a0f8c5e25 100644
--- a/devel/py-unittest2/Makefile
+++ b/devel/py-unittest2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/01/31 11:25:43 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:03 wiz Exp $
DISTNAME= unittest2-0.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,7 @@ DOCDIR= share/doc/${PKGBASE}
INSTALLATION_DIRS+= ${DOCDIR}
PLIST_SUBST+= DOCDIR=${DOCDIR}
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # see versioned_dependencies.mk
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # see versioned_dependencies.mk
post-install:
${INSTALL_DATA} ${WRKSRC}/README.txt ${DESTDIR}${PREFIX}/${DOCDIR}