summaryrefslogtreecommitdiff
path: root/comms
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 /comms
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 'comms')
-rw-r--r--comms/multisync-gui/Makefile4
-rw-r--r--comms/py-gammu/Makefile4
-rw-r--r--comms/py-serial/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/comms/multisync-gui/Makefile b/comms/multisync-gui/Makefile
index ead391a3f58..2ed5e49f88d 100644
--- a/comms/multisync-gui/Makefile
+++ b/comms/multisync-gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2014/05/05 00:47:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.37 2014/05/09 07:36:56 wiz Exp $
DISTNAME= multisync-gui-0.91.0
PKGREVISION= 29
@@ -13,7 +13,7 @@ USE_TOOLS+= pkg-config
HAS_CONFIGURE= yes
REPLACE_PYTHON= waf
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.91.0
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.91.0
LDFLAGS.DragonFly= -lgthread-2.0
diff --git a/comms/py-gammu/Makefile b/comms/py-gammu/Makefile
index c1cb3131547..e9927e07654 100644
--- a/comms/py-gammu/Makefile
+++ b/comms/py-gammu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/01/25 10:29:58 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2014/05/09 07:36:56 wiz Exp $
#
.include "../../comms/gammu/Makefile.common"
@@ -18,7 +18,7 @@ PYSETUPBUILDTARGET= build_ext
PYSETUPBUILDARGS= --gammu-incs=${BUILDLINK_PREFIX.gammu}/include/gammu
PYSETUPBUILDARGS+= --gammu-libs=${BUILDLINK_PREFIX.gammu}/lib
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.26.1
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.26.1
EGG_NAME= python_${DISTNAME}
diff --git a/comms/py-serial/Makefile b/comms/py-serial/Makefile
index 490d0116dab..35701d7c26e 100644
--- a/comms/py-serial/Makefile
+++ b/comms/py-serial/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/01/19 09:49:55 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2014/05/09 07:36:56 wiz Exp $
DISTNAME= pyserial-2.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -10,7 +10,7 @@ HOMEPAGE= http://pyserial.sourceforge.net/
COMMENT= Python Serial Port Extension
LICENSE= python-software-foundation
-#PYTHON_VERSIONS_INCOMPATIBLE= 33
+#PYTHON_VERSIONS_INCOMPATIBLE= 33 34
CONFLICTS+= ${PYPKGPREFIX}-pyserial-[0-9]*