summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-01-01 14:43:22 +0000
committerwiz <wiz@pkgsrc.org>2017-01-01 14:43:22 +0000
commitca819a0b15efa5e79e3bfab50a78792ffee0a46f (patch)
treee76899e3fd3b6a6a58bb4e74444c8b3242764f99 /time
parent1a58303f2d3cf51da1514444f9fea97e40a0ba26 (diff)
downloadpkgsrc-ca819a0b15efa5e79e3bfab50a78792ffee0a46f.tar.gz
Add python-3.6 to incompatible versions.
Diffstat (limited to 'time')
-rw-r--r--time/etm/Makefile4
-rw-r--r--time/gdeskcal/Makefile4
-rw-r--r--time/hamster-applet/Makefile4
-rw-r--r--time/py-goocalendar/Makefile4
-rw-r--r--time/py-mxDateTime/Makefile4
-rw-r--r--time/wxRemind/Makefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/time/etm/Makefile b/time/etm/Makefile
index 6c096017fc0..70196783561 100644
--- a/time/etm/Makefile
+++ b/time/etm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/07/09 13:04:11 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2017/01/01 14:44:02 wiz Exp $
DISTNAME= etm-877
PKGREVISION= 1
@@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets
DEPENDS+= ${PYPKGPREFIX}-icalendar>=2.0.1:../../time/py-icalendar
PYTHON_VERSIONED_DEPENDENCIES= dateutil
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-wxWidgets
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets
USE_LANGUAGES= # none
diff --git a/time/gdeskcal/Makefile b/time/gdeskcal/Makefile
index a3311e7b993..d7675b5237a 100644
--- a/time/gdeskcal/Makefile
+++ b/time/gdeskcal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2016/08/03 10:23:28 adam Exp $
+# $NetBSD: Makefile,v 1.61 2017/01/01 14:44:02 wiz Exp $
DISTNAME= gDeskCal-0_57_1
PKGNAME= gdeskcal-0.57.1
@@ -15,7 +15,7 @@ NO_BUILD= yes
REPLACE_PYTHON= gdeskcal
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml, py-gtk2
INSTALLATION_DIRS= bin lib/gdeskcal
diff --git a/time/hamster-applet/Makefile b/time/hamster-applet/Makefile
index e8a9beb65fa..29fafa4a5c2 100644
--- a/time/hamster-applet/Makefile
+++ b/time/hamster-applet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2016/08/03 10:23:28 adam Exp $
+# $NetBSD: Makefile,v 1.49 2017/01/01 14:44:02 wiz Exp $
DISTNAME= hamster-applet-2.28.1
PKGREVISION= 30
@@ -17,7 +17,7 @@ USE_TOOLS+= gmake intltool pkg-config msgfmt
GCONF_SCHEMAS+= hamster-applet.schemas
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ORBit via py-gnome2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2, py-gtk2
SUBST_CLASSES+= python
SUBST_MESSAGE.python= Fixing path to Python interpreter.
diff --git a/time/py-goocalendar/Makefile b/time/py-goocalendar/Makefile
index 9f56e6afbc4..2ff3752ef29 100644
--- a/time/py-goocalendar/Makefile
+++ b/time/py-goocalendar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:12 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/01/01 14:44:02 wiz Exp $
DISTNAME= GooCalendar-0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-goocanvas-[0-9]*:../../graphics/py-goocanvas
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 via py-goocanvas
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 via py-goocanvas
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/py-mxDateTime/Makefile b/time/py-mxDateTime/Makefile
index b5891f34f98..42380b26fa4 100644
--- a/time/py-mxDateTime/Makefile
+++ b/time/py-mxDateTime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2016/07/09 13:04:12 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2017/01/01 14:44:02 wiz Exp $
DISTNAME= egenix-mx-base-3.2.7
PKGNAME= ${PYPKGPREFIX}-mxDateTime-3.2.7
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.egenix.com/files/python/mxDateTime.html
COMMENT= Python extension that provides types and conversions for dates
LICENSE= egenix-public-license
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.2.7
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.2.7
REPLACE_PYTHON+= egenix_mx_base.py
REPLACE_PYTHON+= mx-base-3.2.7/mxSetup.py
diff --git a/time/wxRemind/Makefile b/time/wxRemind/Makefile
index a5a3ad1de83..cc3f14592b9 100644
--- a/time/wxRemind/Makefile
+++ b/time/wxRemind/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/07/09 13:04:12 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/01/01 14:44:02 wiz Exp $
DISTNAME= wxRemind-0.6.18
PKGREVISION= 4
@@ -11,7 +11,7 @@ COMMENT= Graphical front-end to Remind
DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6.1:../../x11/py-wxWidgets
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-wxWidgets
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"