summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authoradam <adam>2015-12-05 21:25:27 +0000
committeradam <adam>2015-12-05 21:25:27 +0000
commita0b187c8d9a0c12118e2140458d3e33d71bd7fab (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /comms
parentc2593a8036a102c98b480cc594e489d424a6e2d7 (diff)
downloadpkgsrc-a0b187c8d9a0c12118e2140458d3e33d71bd7fab.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
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, 5 insertions, 7 deletions
diff --git a/comms/multisync-gui/Makefile b/comms/multisync-gui/Makefile
index c0eb969237b..37380ae78fb 100644
--- a/comms/multisync-gui/Makefile
+++ b/comms/multisync-gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2015/10/10 01:58:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.43 2015/12/05 21:25:31 adam Exp $
DISTNAME= multisync-gui-0.91.0
PKGREVISION= 33
@@ -13,7 +13,7 @@ USE_TOOLS+= pkg-config
HAS_CONFIGURE= yes
REPLACE_PYTHON= waf
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.91.0
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.91.0
LDFLAGS.DragonFly= -lgthread-2.0
LDFLAGS.SunOS+= -lgthread-2.0
diff --git a/comms/py-gammu/Makefile b/comms/py-gammu/Makefile
index 8df6607612e..a7eb32080e6 100644
--- a/comms/py-gammu/Makefile
+++ b/comms/py-gammu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/08/28 10:24:23 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:31 adam Exp $
DISTNAME= python-gammu-2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2
USE_TOOLS+= pkg-config
# UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 1648: ordinal not in range(128)
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
.include "../../lang/python/egg.mk"
.include "../../comms/gammu/buildlink3.mk"
diff --git a/comms/py-serial/Makefile b/comms/py-serial/Makefile
index 35701d7c26e..4b978df9e8a 100644
--- a/comms/py-serial/Makefile
+++ b/comms/py-serial/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/05/09 07:36:56 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:31 adam Exp $
DISTNAME= pyserial-2.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -10,8 +10,6 @@ HOMEPAGE= http://pyserial.sourceforge.net/
COMMENT= Python Serial Port Extension
LICENSE= python-software-foundation
-#PYTHON_VERSIONS_INCOMPATIBLE= 33 34
-
CONFLICTS+= ${PYPKGPREFIX}-pyserial-[0-9]*
USE_LANGUAGES= # none