summaryrefslogtreecommitdiff
path: root/databases/py-PgSQL/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-05-09 07:36:53 +0000
committerwiz <wiz@pkgsrc.org>2014-05-09 07:36:53 +0000
commit32e3777c0483c942db7d33c0514dde781322fe36 (patch)
tree5e055948d6bf3908006c42aff77eac3ac020d198 /databases/py-PgSQL/Makefile
parentdabc97757de5c7e532f1c54535ae41f78f5ff9b4 (diff)
downloadpkgsrc-32e3777c0483c942db7d33c0514dde781322fe36.tar.gz
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'databases/py-PgSQL/Makefile')
-rw-r--r--databases/py-PgSQL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-PgSQL/Makefile b/databases/py-PgSQL/Makefile
index 979d557b12e..d3060f44809 100644
--- a/databases/py-PgSQL/Makefile
+++ b/databases/py-PgSQL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2014/01/20 20:45:41 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2014/05/09 07:36:57 wiz 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 # py-mxDateTime
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mxDateTime
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"