From 23fd2995db2bf47c3b3f74bf334b634ad1f516a8 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 5 Dec 2015 21:25:27 +0000 Subject: Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 --- databases/py-sqlite2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/py-sqlite2') 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: -- cgit v1.2.3