summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorwiz <wiz>2016-07-09 13:03:30 +0000
committerwiz <wiz>2016-07-09 13:03:30 +0000
commitb0d9955792bc3093bcdb4a8d01e0e6fcbfbc8fdf (patch)
tree1de762e883d3779f3b59f427c2c72c506eacef25 /wm
parentb614c6c2adb939eb88ba1f9a145a69c34d1f9df9 (diff)
downloadpkgsrc-b0d9955792bc3093bcdb4a8d01e0e6fcbfbc8fdf.tar.gz
Remove python33: adapt all packages that refer to it.
Diffstat (limited to 'wm')
-rw-r--r--wm/bmpanel2/Makefile4
-rw-r--r--wm/ccsm/Makefile4
-rw-r--r--wm/py-tyle/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/wm/bmpanel2/Makefile b/wm/bmpanel2/Makefile
index 7a232083e28..ee28c23b484 100644
--- a/wm/bmpanel2/Makefile
+++ b/wm/bmpanel2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2015/12/05 21:26:03 adam Exp $
+# $NetBSD: Makefile,v 1.24 2016/07/09 13:04:12 wiz Exp $
DISTNAME= bmpanel2-2.1pre1
PKGREVISION= 17
@@ -18,7 +18,7 @@ USE_TOOLS+= pkg-config gzip
PY_PATCHPLIST= yes
REPLACE_PYTHON= extra/py/bmpanel2.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.1pre1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # 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 6cdd3ac9629..95aea504006 100644
--- a/wm/ccsm/Makefile
+++ b/wm/ccsm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2015/12/05 21:26:03 adam Exp $
+# $NetBSD: Makefile,v 1.19 2016/07/09 13:04:12 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 34 35 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2
MAKE_ENV+= PYTHONBIN=${PYTHONBIN:Q}
diff --git a/wm/py-tyle/Makefile b/wm/py-tyle/Makefile
index 90566183349..07b4543141d 100644
--- a/wm/py-tyle/Makefile
+++ b/wm/py-tyle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2015/12/05 21:26:03 adam Exp $
+# $NetBSD: Makefile,v 1.14 2016/07/09 13:04:12 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 34 35 # not yet ported as of 0.7.5
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.7.5
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"