diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
commit | 6110b3907a630ba5f56311a5b07f346b35648583 (patch) | |
tree | 5e055948d6bf3908006c42aff77eac3ac020d198 /databases/py-postgresql | |
parent | e10e726ca1e2e87e38883d59d9f2f27d9b31bbdb (diff) | |
download | pkgsrc-6110b3907a630ba5f56311a5b07f346b35648583.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-postgresql')
-rw-r--r-- | databases/py-postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index b93aa1521b4..4fd4d1f267b 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2014/03/05 11:14:00 darcy Exp $ +# $NetBSD: Makefile,v 1.71 2014/05/09 07:36:57 wiz 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 # not yet ported as of 4.1.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.1.1 DOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-postgresql |