summaryrefslogtreecommitdiff
path: root/misc
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
commitd9cd52ca4f7d2f437462e137076da25e25647437 (patch)
tree6f510156548caacca7fb56a561c073c3aafcb9b7 /misc
parentbb6aab2f58f81bc7205abbd391e485390b223225 (diff)
downloadpkgsrc-d9cd52ca4f7d2f437462e137076da25e25647437.tar.gz
Add python-3.6 to incompatible versions.
Diffstat (limited to 'misc')
-rw-r--r--misc/byobu/Makefile4
-rw-r--r--misc/calibre/Makefile4
-rw-r--r--misc/calibre1/Makefile4
-rw-r--r--misc/deskbar-applet/Makefile4
-rw-r--r--misc/kdeutils3/Makefile4
-rw-r--r--misc/koffice/Makefile4
-rw-r--r--misc/mnemosyne/Makefile4
-rw-r--r--misc/orca/Makefile4
-rw-r--r--misc/py-anita/Makefile4
-rw-r--r--misc/py-carddav/Makefile4
-rw-r--r--misc/py-stdnum/Makefile4
-rw-r--r--misc/py-trytond-party/options.mk4
-rw-r--r--misc/routeplanner-cli/Makefile4
-rw-r--r--misc/superkaramba/Makefile4
14 files changed, 28 insertions, 28 deletions
diff --git a/misc/byobu/Makefile b/misc/byobu/Makefile
index b4af3eb8cbe..0a9bfe1c0c3 100644
--- a/misc/byobu/Makefile
+++ b/misc/byobu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/08/17 18:58:05 maya Exp $
+# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:47 wiz Exp $
BYOBUVER= 5.111
DISTNAME= byobu_${BYOBUVER}.orig
@@ -23,7 +23,7 @@ REPLACE_BASH+= usr/share/byobu/tests/*
REPLACE_PERL+= usr/lib/byobu/include/*
REPLACE_PYTHON+= usr/lib/byobu/include/*
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-newt
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-newt
EGDIR= share/examples/byobu
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/${EGDIR}
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile
index 78d063e6369..85a7da7aac4 100644
--- a/misc/calibre/Makefile
+++ b/misc/calibre/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.163 2016/12/12 12:28:22 wiz Exp $
+# $NetBSD: Makefile,v 1.164 2017/01/01 14:43:47 wiz Exp $
DISTNAME= calibre-2.74.0
CATEGORIES= misc
@@ -41,7 +41,7 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config pax
PYTHON_VERSIONS_ACCEPTED= 27
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not ported as of 2.1.0; also: py-mechanize, py-beautifulsoup, py-imaging, py-netifaces
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not ported as of 2.1.0; also: py-mechanize, py-beautifulsoup, py-imaging, py-netifaces
PYDISTUTILSPKG= yes
PYSETUPOPTARGS= # empty
PYSETUPINSTALLARGS= --prefix=${PREFIX} --root=${DESTDIR:Q}${PREFIX}
diff --git a/misc/calibre1/Makefile b/misc/calibre1/Makefile
index 3293613a011..1445584ad75 100644
--- a/misc/calibre1/Makefile
+++ b/misc/calibre1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2016/12/04 05:17:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.22 2017/01/01 14:43:47 wiz Exp $
DISTNAME= calibre-1.48.0
PKGREVISION= 21
@@ -45,7 +45,7 @@ EXTRACT_USING= bsdtar
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config pax
PYTHON_VERSIONS_ACCEPTED= 27
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-mechanize, py-beautifulsoup, py-imaging, py-netifaces
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-mechanize, py-beautifulsoup, py-imaging, py-netifaces
PYDISTUTILSPKG= yes
PYSETUPOPTARGS= # empty
PYSETUPINSTALLARGS= --prefix=${PREFIX} --root=${DESTDIR:Q}${PREFIX}
diff --git a/misc/deskbar-applet/Makefile b/misc/deskbar-applet/Makefile
index 68f9d64d361..57ee518dff5 100644
--- a/misc/deskbar-applet/Makefile
+++ b/misc/deskbar-applet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2016/12/04 05:17:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.99 2017/01/01 14:43:47 wiz Exp $
DISTNAME= deskbar-applet-2.32.0
PKGREVISION= 43
@@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE= data/deskbar-applet.pc.in
GCONF_SCHEMAS= deskbar-applet.schemas
-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
REPLACE_PYTHON= deskbar/deskbar-applet.py
PY_PATCHPLIST= yes
diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile
index 133476bad26..ba3bea37322 100644
--- a/misc/kdeutils3/Makefile
+++ b/misc/kdeutils3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.112 2016/07/09 13:03:56 wiz Exp $
+# $NetBSD: Makefile,v 1.113 2017/01/01 14:43:47 wiz Exp $
DISTNAME= kdeutils-${_KDE_VERSION}
PKGREVISION= 37
@@ -32,7 +32,7 @@ CONFIGURE_ARGS+= --with-snmp=no
CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE}
CONFIGURE_ENV+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.5.10
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.5.10
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../devel/gmp/buildlink3.mk"
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile
index 1a9068e07fe..a52bdfff7b6 100644
--- a/misc/koffice/Makefile
+++ b/misc/koffice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.184 2016/11/08 10:51:28 wiz Exp $
+# $NetBSD: Makefile,v 1.185 2017/01/01 14:43:47 wiz Exp $
DISTNAME= koffice-1.6.3
PKGREVISION= 73
@@ -44,7 +44,7 @@ REPLACE_PERL+= tools/scripts/gdb_output_to_text.pl
REPLACE_PERL+= tools/thesaurus/extract.pl
REPLACE_PERL+= kpresenter/kprconverter.pl
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.6.3
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.6.3
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
diff --git a/misc/mnemosyne/Makefile b/misc/mnemosyne/Makefile
index 2120892ac36..1c6f432ee22 100644
--- a/misc/mnemosyne/Makefile
+++ b/misc/mnemosyne/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2016/07/09 13:03:56 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:47 wiz Exp $
DISTNAME= Mnemosyne-2.3.1
PKGNAME= ${DISTNAME:S/M/m/}
@@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-WebOb-[0-9]*:../../www/py-WebOb
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.3.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.3.1
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
diff --git a/misc/orca/Makefile b/misc/orca/Makefile
index 1092e11add7..d45efdf9ac4 100644
--- a/misc/orca/Makefile
+++ b/misc/orca/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2016/07/09 13:03:56 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2017/01/01 14:43:48 wiz Exp $
DISTNAME= orca-2.32.1
PKGREVISION= 1
@@ -30,7 +30,7 @@ USE_PKGLOCALEDIR= yes
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ORBit, py-gnome2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit, py-gnome2, py-gtk2
PYTHON_VERSIONED_DEPENDENCIES= cairo
.include "../../mk/bsd.prefs.mk"
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile
index 6e455e42d1e..d39f383f1d4 100644
--- a/misc/py-anita/Makefile
+++ b/misc/py-anita/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2016/10/04 14:47:32 kamil Exp $
+# $NetBSD: Makefile,v 1.44 2017/01/01 14:43:48 wiz Exp $
DISTNAME= anita-1.40
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-pexpect>=2.1:../../devel/py-pexpect
USE_LANGUAGES= #none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.34
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.34
SUBST_CLASSES+= manpath
SUBST_STAGE.manpath= pre-configure
diff --git a/misc/py-carddav/Makefile b/misc/py-carddav/Makefile
index f097365f241..3cc6a7c46bb 100644
--- a/misc/py-carddav/Makefile
+++ b/misc/py-carddav/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2016/08/27 16:02:44 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2017/01/01 14:43:48 wiz Exp $
DISTNAME= pyCardDAV-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyCardDAV/carddav/}
@@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.7.0
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.7.0
REPLACE_PYTHON= pycarddav/ui.py
REPLACE_PYTHON+= pycarddav/controllers/__init__.py
diff --git a/misc/py-stdnum/Makefile b/misc/py-stdnum/Makefile
index ddfa7805ca7..fa146b0a335 100644
--- a/misc/py-stdnum/Makefile
+++ b/misc/py-stdnum/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/08/28 15:48:33 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:48 wiz Exp $
DISTNAME= python-stdnum-1.4
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-simplesoap-[0-9]*:../../net/py-simplesoap
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-simplesoap
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-simplesoap
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/py-trytond-party/options.mk b/misc/py-trytond-party/options.mk
index 1b6a5f74970..85bda7310d6 100644
--- a/misc/py-trytond-party/options.mk
+++ b/misc/py-trytond-party/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2016/08/28 15:48:33 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2017/01/01 14:43:48 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.py-trytond-party
PKG_SUPPORTED_OPTIONS= vatnumber
@@ -7,6 +7,6 @@ PKG_SUGGESTED_OPTIONS+= vatnumber
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mvatnumber)
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-simplesoap via py-stdnum and py-vatnumber
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-simplesoap via py-stdnum and py-vatnumber
DEPENDS+= ${PYPKGPREFIX}-vatnumber-[0-9]*:../../finance/py-vatnumber
.endif
diff --git a/misc/routeplanner-cli/Makefile b/misc/routeplanner-cli/Makefile
index b52751585ef..c3f3bc5858b 100644
--- a/misc/routeplanner-cli/Makefile
+++ b/misc/routeplanner-cli/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2016/07/09 13:03:57 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2017/01/01 14:43:48 wiz Exp $
#
DISTNAME= routeplanner_0.11
@@ -41,7 +41,7 @@ do-install:
done
# optional speedup
-#PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-kjbuckets
+#PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-kjbuckets
#.include "../../devel/py-kjbuckets/buildlink3.mk"
#.include "../../devel/py-pqueue/buildlink3.mk"
diff --git a/misc/superkaramba/Makefile b/misc/superkaramba/Makefile
index b215e89e4b9..8455e041f87 100644
--- a/misc/superkaramba/Makefile
+++ b/misc/superkaramba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2016/10/07 18:26:03 adam Exp $
+# $NetBSD: Makefile,v 1.37 2017/01/01 14:43:48 wiz Exp $
DISTNAME= superkaramba-15.08.3
PKGREVISION= 2
@@ -6,7 +6,7 @@ CATEGORIES= misc
COMMENT= KDE desktop widgets
MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.08.3/src/}
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 4.11.3
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 4.11.3
.include "../../meta-pkgs/kde4/Makefile.kde4"