summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
committeradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
commit2019fddeb4a03f35d05240122f8adaba399b2031 (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /databases
parent576e28830879dd1e62f4d61c31a43700bc131bc7 (diff)
downloadpkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'databases')
-rw-r--r--databases/gourmet/Makefile4
-rw-r--r--databases/gramps3/Makefile4
-rw-r--r--databases/gramps3/options.mk4
-rw-r--r--databases/libpqxx/Makefile4
-rw-r--r--databases/luma/Makefile4
-rw-r--r--databases/mongodb/Makefile4
-rw-r--r--databases/py-PgSQL/Makefile4
-rw-r--r--databases/py-bdb-xml/Makefile4
-rw-r--r--databases/py-cassa/Makefile4
-rw-r--r--databases/py-cdb/Makefile4
-rw-r--r--databases/py-ckanclient/Makefile4
-rw-r--r--databases/py-couchdb/Makefile4
-rw-r--r--databases/py-datapkg/Makefile4
-rw-r--r--databases/py-elixir/Makefile4
-rw-r--r--databases/py-ldap/Makefile4
-rw-r--r--databases/py-metakit/Makefile4
-rw-r--r--databases/py-mssql/Makefile4
-rw-r--r--databases/py-mysqldb/Makefile4
-rw-r--r--databases/py-pgnotify/Makefile4
-rw-r--r--databases/py-postgresql/Makefile4
-rw-r--r--databases/py-python-rrdtool/Makefile4
-rw-r--r--databases/py-sqlalchemy-migrate/Makefile4
-rw-r--r--databases/py-sqlite/Makefile4
-rw-r--r--databases/py-sqlite2/Makefile4
-rw-r--r--databases/py-sqlrelay/Makefile4
-rw-r--r--databases/py-sybase/Makefile4
-rw-r--r--databases/py-table/Makefile4
-rw-r--r--databases/py-tokyocabinet/Makefile4
-rw-r--r--databases/skytools/Makefile4
-rw-r--r--databases/tdb/Makefile4
30 files changed, 60 insertions, 60 deletions
diff --git a/databases/gourmet/Makefile b/databases/gourmet/Makefile
index f038c310dc3..0492c163f3d 100644
--- a/databases/gourmet/Makefile
+++ b/databases/gourmet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2015/04/25 14:20:30 tnn Exp $
+# $NetBSD: Makefile,v 1.44 2015/12/05 21:25:31 adam Exp $
DISTNAME= gourmet-0.8.5.14
PKGREVISION= 31
@@ -10,7 +10,7 @@ HOMEPAGE= http://grecipe-manager.sourceforge.net/
COMMENT= Recipe database
USE_PKGLOCALEDIR= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-metakit, py-imaging, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-metakit, py-imaging, py-gtk2
REPLACE_PYTHON+= build_rpms.py
REPLACE_PYTHON+= setup.py
diff --git a/databases/gramps3/Makefile b/databases/gramps3/Makefile
index 08517971821..25b45a807fa 100644
--- a/databases/gramps3/Makefile
+++ b/databases/gramps3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2015/04/25 14:20:30 tnn Exp $
+# $NetBSD: Makefile,v 1.54 2015/12/05 21:25:31 adam Exp $
DISTNAME= gramps-3.4.4
PKGREVISION= 3
@@ -16,7 +16,7 @@ USE_TOOLS+= msgfmt pkg-config intltool msgconv
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2, py-gtk2
REPLACE_PYTHON= src/DateHandler/_Date_fr.py
REPLACE_PYTHON+= src/plugins/quickview/Reporef.py
diff --git a/databases/gramps3/options.mk b/databases/gramps3/options.mk
index 39a93e41b4a..2433fdae6bf 100644
--- a/databases/gramps3/options.mk
+++ b/databases/gramps3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2014/05/09 07:36:56 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2015/12/05 21:25:31 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gramps3
PKG_SUPPORTED_OPTIONS= graphviz enchant freefont
@@ -7,7 +7,7 @@ PKG_SUPPORTED_OPTIONS= graphviz enchant freefont
.if !empty(PKG_OPTIONS:Menchant)
DEPENDS+= ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2
.include "../../x11/py-gnome2-extras/buildlink3.mk"
.endif
diff --git a/databases/libpqxx/Makefile b/databases/libpqxx/Makefile
index 9117d572a22..20ccc0ec2b9 100644
--- a/databases/libpqxx/Makefile
+++ b/databases/libpqxx/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2015/01/01 09:43:44 dholland Exp $
+# $NetBSD: Makefile,v 1.30 2015/12/05 21:25:31 adam Exp $
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.0.1
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.0.1
.include "../../databases/libpqxx/Makefile.common"
diff --git a/databases/luma/Makefile b/databases/luma/Makefile
index 116c5ad5131..7e8bfd8855e 100644
--- a/databases/luma/Makefile
+++ b/databases/luma/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2014/09/29 12:27:16 jperkin Exp $
+# $NetBSD: Makefile,v 1.39 2015/12/05 21:25:31 adam Exp $
DISTNAME= luma-3.0.7
CATEGORIES= databases
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2
REPLACE_PYTHON= luma/luma.py
INSTALLATION_DIRS= ${PKGMANDIR}/man1 ${PYSITELIB}/luma/plugins/browser
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-qt3-base, py-ldap
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-qt3-base, py-ldap
SUBST_CLASSES+= luma
SUBST_STAGE.luma= pre-configure
diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile
index fd08533d574..257631bba1e 100644
--- a/databases/mongodb/Makefile
+++ b/databases/mongodb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/10/18 05:45:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:31 adam Exp $
DISTNAME= mongodb-src-r3.0.7
PKGNAME= ${DISTNAME:S/src-r//:S/-rc/rc/}
@@ -28,7 +28,7 @@ SCONS_ARGS+= --js-engine=v8-3.25
# Avoid Argument list too long from mongod linking
SCONS_ARGS+= --variant-dir=pkgsrc
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet supported as of 3.0.4
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet supported as of 3.0.4
.include "../../mk/bsd.prefs.mk"
diff --git a/databases/py-PgSQL/Makefile b/databases/py-PgSQL/Makefile
index d3060f44809..c888acdc974 100644
--- a/databases/py-PgSQL/Makefile
+++ b/databases/py-PgSQL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2014/05/09 07:36:57 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2015/12/05 21:25:32 adam Exp $
DISTNAME= pyPgSQL-2.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -11,7 +11,7 @@ HOMEPAGE= http://pypgsql.sourceforge.net/
COMMENT= Python DB-API 2.0 compliant interface to PostgreSQL
WRKSRC= ${WRKDIR}/pypgsql
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mxDateTime
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-mxDateTime
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
diff --git a/databases/py-bdb-xml/Makefile b/databases/py-bdb-xml/Makefile
index 05f48371d7b..6c2d80dbbfc 100644
--- a/databases/py-bdb-xml/Makefile
+++ b/databases/py-bdb-xml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2014/05/09 07:36:57 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2015/12/05 21:25:32 adam Exp $
DISTNAME= dbxml-2.5.16
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/db/bdb-/}
@@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/dbxml/src/python
USE_LANGUAGES= c c++
NO_CONFIGURE= yes
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.5.16
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.5.16
SUBST_CLASSES+= fix-path
SUBST_STAGE.fix-path= pre-build
diff --git a/databases/py-cassa/Makefile b/databases/py-cassa/Makefile
index ce3e7db9e16..63e40bf01a6 100644
--- a/databases/py-cassa/Makefile
+++ b/databases/py-cassa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2014/12/31 13:57:25 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:32 adam Exp $
DISTNAME= pycassa-0.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/pycassa/pycassa
COMMENT= Python client library for Cassandra
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/py-cdb/Makefile b/databases/py-cdb/Makefile
index 81cb0d3de82..aa3712c4594 100644
--- a/databases/py-cdb/Makefile
+++ b/databases/py-cdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/12/31 13:57:25 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:32 adam Exp $
DISTNAME= python-cdb-0.35
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -10,7 +10,7 @@ HOMEPAGE= http://pilcrow.madison.wi.us/
COMMENT= Python extension module for cdb
LICENSE= gnu-gpl-v2
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.35
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.35
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/py-ckanclient/Makefile b/databases/py-ckanclient/Makefile
index f55f63d6382..c43c099ca5b 100644
--- a/databases/py-ckanclient/Makefile
+++ b/databases/py-ckanclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/05/09 07:36:57 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:32 adam Exp $
DISTNAME= ckanclient-0.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE= mit
USE_LANGUAGES= # none
REPLACE_PYTHON= ckanclient/datastore.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.10
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
diff --git a/databases/py-couchdb/Makefile b/databases/py-couchdb/Makefile
index 136c52c058e..69290276fcd 100644
--- a/databases/py-couchdb/Makefile
+++ b/databases/py-couchdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/09/10 18:59:22 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:32 adam Exp $
#
DISTNAME= CouchDB-0.9
@@ -14,7 +14,7 @@ LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-simplejson>=2.0.9:../../converters/py-simplejson
DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.5.0:../../www/py-httplib2
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
USE_LANGUAGES= # none
diff --git a/databases/py-datapkg/Makefile b/databases/py-datapkg/Makefile
index bf236ef4380..8b209deb0b8 100644
--- a/databases/py-datapkg/Makefile
+++ b/databases/py-datapkg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/05/09 07:36:57 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:32 adam Exp $
DISTNAME= datapkg-0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-ckanclient-[0-9]*:../../databases/py-ckanclient
CONFLICTS= datapkg-[0-9]*
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ckanclient
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ckanclient
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/py-elixir/Makefile b/databases/py-elixir/Makefile
index 9d0013cf778..d64d010865d 100644
--- a/databases/py-elixir/Makefile
+++ b/databases/py-elixir/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/02/07 22:06:52 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:32 adam Exp $
DISTNAME= Elixir-0.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sqlite2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-sqlite2
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile
index 35fb0567987..c02475580f5 100644
--- a/databases/py-ldap/Makefile
+++ b/databases/py-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2015/08/31 12:18:51 adam Exp $
+# $NetBSD: Makefile,v 1.63 2015/12/05 21:25:32 adam Exp $
DISTNAME= python-ldap-2.4.20
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -13,7 +13,7 @@ LICENSE= python-software-foundation
PY_LDAP_LIBRARY_DIRS= ${BUILDLINK_PREFIX.openldap-client}/lib
PY_LDAP_INCLUDE_DIRS= ${BUILDLINK_PREFIX.openldap-client}/include
PY_LDAP_LIBS= ldap_r lber ssl crypto
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.4.13
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.4.13
.include "options.mk"
diff --git a/databases/py-metakit/Makefile b/databases/py-metakit/Makefile
index 489733d50bf..bbc0c2b4ad3 100644
--- a/databases/py-metakit/Makefile
+++ b/databases/py-metakit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2014/05/09 07:36:57 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2015/12/05 21:25:32 adam Exp $
DISTNAME= metakit-2.4.9.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ BUILD_TARGET= python
INSTALL_TARGET= install-python
MAKE_ENV+= PYINC=${LOCALBASE}/${PYINC} PYSITELIB=${LOCALBASE}/${PYSITELIB}
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.4.9.7
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.4.9.7
INSTALLATION_DIRS+= ${PYSITELIB}
diff --git a/databases/py-mssql/Makefile b/databases/py-mssql/Makefile
index 40d0d9f449e..6a04429b417 100644
--- a/databases/py-mssql/Makefile
+++ b/databases/py-mssql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2015/08/23 14:30:37 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2015/12/05 21:25:32 adam Exp $
DISTNAME= pymssql-1.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -19,7 +19,7 @@ SUBST_FILTER_CMD.crlf= ${TR} -d '\r'
BUILDLINK_API_DEPENDS.freetds+= freetds>=0.63
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0.2; v2 might be better.
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.0.2; v2 might be better.
.include "../../databases/freetds/buildlink3.mk"
.include "../../lang/python/distutils.mk"
diff --git a/databases/py-mysqldb/Makefile b/databases/py-mysqldb/Makefile
index 08007917be2..015799b237c 100644
--- a/databases/py-mysqldb/Makefile
+++ b/databases/py-mysqldb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2014/12/31 13:57:26 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2015/12/05 21:25:32 adam Exp $
DISTNAME= MySQL-python-1.2.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/MySQL-python/mysqldb/}
@@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/farcepest/MySQLdb1/
COMMENT= MySQL interface for Python
LICENSE= gnu-gpl-v2
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.5
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.5
USE_LANGUAGES= c
diff --git a/databases/py-pgnotify/Makefile b/databases/py-pgnotify/Makefile
index 0b02f61429c..285bc184029 100644
--- a/databases/py-pgnotify/Makefile
+++ b/databases/py-pgnotify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2014/05/09 07:36:57 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:32 adam Exp $
DISTNAME= pgnotify-0.1
PKGNAME= ${PYPKGPREFIX}-pgnotify-0.1
@@ -19,7 +19,7 @@ USE_TOOLS+= gmake
PYDISTUTILSPKG= yes
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-postgresql
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-postgresql
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile
index 4fd4d1f267b..1a88b8a6f9a 100644
--- a/databases/py-postgresql/Makefile
+++ b/databases/py-postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2014/05/09 07:36:57 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2015/12/05 21:25:32 adam Exp $
DISTNAME= PyGreSQL-4.1.1
PKGNAME= ${PYPKGPREFIX}-postgresql-4.1.1
@@ -22,7 +22,7 @@ MAKE_ENV+= INSTALLED_LIBPQ=1
PY_PATCHPLIST= yes
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q}
REPLACE_PYTHON= pg.py pgdb.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.1.1
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.1.1
DOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-postgresql
diff --git a/databases/py-python-rrdtool/Makefile b/databases/py-python-rrdtool/Makefile
index b298fa385cd..9e79e71094f 100644
--- a/databases/py-python-rrdtool/Makefile
+++ b/databases/py-python-rrdtool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/04/25 14:20:31 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:33 adam Exp $
DISTNAME= python-rrdtool-1.4.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/pbanaszkiewicz/python-rrdtool
COMMENT= Python bindings for RRDTool, the graphing and logging utility
LICENSE= gnu-gpl-v2
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.4.7
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.4.7
USE_TOOLS+= pkg-config
diff --git a/databases/py-sqlalchemy-migrate/Makefile b/databases/py-sqlalchemy-migrate/Makefile
index a061b3ea25f..349455d5f12 100644
--- a/databases/py-sqlalchemy-migrate/Makefile
+++ b/databases/py-sqlalchemy-migrate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/07/02 01:46:11 rodent Exp $
+# $NetBSD: Makefile,v 1.12 2015/12/05 21:25:33 adam Exp $
DISTNAME= sqlalchemy-migrate-0.9.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/stackforge/sqlalchemy-migrate
COMMENT= Schema migration tool for SQLAlchemy
LICENSE= mit
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
DEPENDS+= ${PYPKGPREFIX}-Tempita>=0.4:../../textproc/py-Tempita
diff --git a/databases/py-sqlite/Makefile b/databases/py-sqlite/Makefile
index 1b1251b279b..85d998f4317 100644
--- a/databases/py-sqlite/Makefile
+++ b/databases/py-sqlite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2014/05/09 07:36:57 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2015/12/05 21:25:33 adam Exp $
DISTNAME= pysqlite-1.0.1
PKGNAME= ${PYPKGPREFIX}-sqlite-1.0.1
@@ -12,7 +12,7 @@ COMMENT= SQLite database adapter for Python
WRKSRC= ${WRKDIR}/pysqlite
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mxDateTime
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-mxDateTime
.include "../../databases/sqlite/buildlink3.mk"
.include "../../lang/python/distutils.mk"
diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile
index 5171531ed3a..ff94476118b 100644
--- a/databases/py-sqlite2/Makefile
+++ b/databases/py-sqlite2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2015/10/10 01:58:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.39 2015/12/05 21:25:33 adam Exp $
DISTNAME= pysqlite-2.6.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pysqlite/sqlite2/}
@@ -11,7 +11,7 @@ HOMEPAGE= http://pysqlite.googlecode.com/
COMMENT= SQLite database adapter for Python
LICENSE= mit
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.6.3
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.6.3
.PHONY: do-postinstall-test
do-postinstall-test:
diff --git a/databases/py-sqlrelay/Makefile b/databases/py-sqlrelay/Makefile
index 123039ab2b2..5e754fdf9ed 100644
--- a/databases/py-sqlrelay/Makefile
+++ b/databases/py-sqlrelay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/05/27 14:34:39 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:33 adam Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
COMMENT= Python extension for SQL Relay
@@ -11,7 +11,7 @@ CONFIGURE_ARGS+= --with-python-prefix=${PREFIX}
BUILD_DIRS= src/api/python
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.55
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.55
PY_PATCHPLIST= yes
diff --git a/databases/py-sybase/Makefile b/databases/py-sybase/Makefile
index 6e1ec1796e6..faff60bc0e9 100644
--- a/databases/py-sybase/Makefile
+++ b/databases/py-sybase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2015/08/23 14:30:37 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2015/12/05 21:25:33 adam Exp $
DISTNAME= sybase-0.36
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ SUBST_MESSAGE.sybase= Fixing runtime_library_dirs.
SUBST_FILES.sybase= setup.py
SUBST_SED.sybase= -e "s|\\(runtime_library_dirs = \\)None|\\1['${SYBASE}/lib']|"
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.36
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.36
.include "../../databases/freetds/buildlink3.mk"
.include "../../lang/python/extension.mk"
diff --git a/databases/py-table/Makefile b/databases/py-table/Makefile
index 69e91c2cf1c..6ce9ecb36eb 100644
--- a/databases/py-table/Makefile
+++ b/databases/py-table/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2014/05/09 07:36:58 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:33 adam Exp $
DISTNAME= pytable-0.8.3a
PKGNAME= ${PYPKGPREFIX}-table-0.8.3a
@@ -13,7 +13,7 @@ COMMENT= Python RDBMS wrapper for various databases
DEPENDS+= ${PYPKGPREFIX}-basicproperty-[0-9]*:../../lang/py-basicproperty
# py-basicproperty isn't compatible to 3.x
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
USE_LANGUAGES= # none
diff --git a/databases/py-tokyocabinet/Makefile b/databases/py-tokyocabinet/Makefile
index 1b97394ab58..1167d01e0bf 100644
--- a/databases/py-tokyocabinet/Makefile
+++ b/databases/py-tokyocabinet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/05/09 07:36:58 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2015/12/05 21:25:33 adam Exp $
VERSION= 0.5
DISTNAME= tokyocabinet-${VERSION}
@@ -11,7 +11,7 @@ HOMEPAGE= http://code.google.com/p/python-tokyocabinet/
COMMENT= Python wrapper to tokyocabinet database
LICENSE= mit
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.5
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.5
.include "../../databases/tokyocabinet/buildlink3.mk"
.include "../../lang/python/egg.mk"
diff --git a/databases/skytools/Makefile b/databases/skytools/Makefile
index 8db834e3fe5..6175cc15a3e 100644
--- a/databases/skytools/Makefile
+++ b/databases/skytools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/12/31 14:07:40 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:33 adam Exp $
DISTNAME= skytools-3.2
PKGREVISION= 1
@@ -20,7 +20,7 @@ USE_TOOLS+= awk gmake grep sed
PY_PATCHPLIST= yes
PY_NO_EGG= no
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 3.2
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
REPLACE_PYTHON+= scripts/*.py
diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile
index 0b0036a9bcb..43bfbd3acf1 100644
--- a/databases/tdb/Makefile
+++ b/databases/tdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2015/11/21 09:42:18 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2015/12/05 21:25:33 adam Exp $
DISTNAME= tdb-1.3.8
CATEGORIES= databases
@@ -24,7 +24,7 @@ PKGCONFIG_OVERRIDE= tdb.pc.in
PYTHON_FOR_BUILD_ONLY= yes
REPLACE_PYTHON+= buildtools/bin/waf
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.12
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.12
USE_GCC_RUNTIME= yes