summaryrefslogtreecommitdiff
path: root/wm
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
commit6110b3907a630ba5f56311a5b07f346b35648583 (patch)
tree5e055948d6bf3908006c42aff77eac3ac020d198 /wm
parente10e726ca1e2e87e38883d59d9f2f27d9b31bbdb (diff)
downloadpkgsrc-6110b3907a630ba5f56311a5b07f346b35648583.tar.gz
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'wm')
-rw-r--r--wm/bmpanel2/Makefile4
-rw-r--r--wm/ccsm/Makefile4
-rw-r--r--wm/icecc/Makefile4
-rw-r--r--wm/py-tyle/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/wm/bmpanel2/Makefile b/wm/bmpanel2/Makefile
index b49fa5986f4..07b3d950b53 100644
--- a/wm/bmpanel2/Makefile
+++ b/wm/bmpanel2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2014/05/05 00:48:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2014/05/09 07:37:23 wiz Exp $
DISTNAME= bmpanel2-2.1pre1
PKGREVISION= 16
@@ -18,7 +18,7 @@ USE_TOOLS+= pkg-config gzip
PY_PATCHPLIST= yes
REPLACE_PYTHON= extra/py/bmpanel2.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.1pre1
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.1pre1
SUBST_CLASSES+= prefix
SUBST_SED.prefix= -e "s,/usr/local,${PREFIX},g"
diff --git a/wm/ccsm/Makefile b/wm/ccsm/Makefile
index 4c3fd3355e1..ad948082227 100644
--- a/wm/ccsm/Makefile
+++ b/wm/ccsm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:26 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:23 wiz Exp $
PKGVER= 0.8.4
DISTNAME= ccsm-${PKGVER}
@@ -19,7 +19,7 @@ USE_TOOLS+= pkg-config gmake msgfmt intltool
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
REPLACE_PYTHON= ${WRKSRC}/setup.py ${WRKSRC}/ccm/*.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
MAKE_ENV+= PYTHONBIN=${PYTHONBIN:Q}
diff --git a/wm/icecc/Makefile b/wm/icecc/Makefile
index d194f854572..51da5ab1428 100644
--- a/wm/icecc/Makefile
+++ b/wm/icecc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2014/01/25 10:45:21 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2014/05/09 07:37:23 wiz Exp $
# Package version reflects icecc version, with PKGREVISION incremented
# for any tool updates, according to the authors scheme.
@@ -39,7 +39,7 @@ REPLACE_PYTHON= icecursorscfg-0.6/icecurcfg.py iceiconcvt-1.0/iceiconcvt.py
REPLACE_PYTHON+= icemergeprefs-0.5/icemergeprefs.py icerrun-0.5/icerrrun.py
REPLACE_PYTHON+= icerrun-0.5/icerrun.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-qt3-base
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-qt3-base
SUBST_CLASSES+= path
SUBST_STAGE.path= post-patch
diff --git a/wm/py-tyle/Makefile b/wm/py-tyle/Makefile
index 041a8f7b498..0f88aa0d796 100644
--- a/wm/py-tyle/Makefile
+++ b/wm/py-tyle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/01/25 09:24:26 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:23 wiz Exp $
DISTNAME= pytyle-0.7.5
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
@@ -17,7 +17,7 @@ PYTHON_SELF_CONFLICT= yes
USE_LANGUAGES= #none
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.7.5
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7.5
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"