summaryrefslogtreecommitdiff
path: root/databases/py-postgresql/Makefile
diff options
context:
space:
mode:
authordarcy <darcy>2016-03-20 22:01:22 +0000
committerdarcy <darcy>2016-03-20 22:01:22 +0000
commit101f91ae47e763bdf809dd75da8cee676e895549 (patch)
tree53997d1557a1f1bd43acbb3594edd5d3d6d68bc6 /databases/py-postgresql/Makefile
parentc9935ae37b99b5393842d9f494a11ab73bc47168 (diff)
downloadpkgsrc-101f91ae47e763bdf809dd75da8cee676e895549.tar.gz
Release 5.0 of PyGreSQL.
The biggest change here is Python 3.x compatibility. Other changes are too numerous to list. See http://www.pygresql.org/ for all the changes.
Diffstat (limited to 'databases/py-postgresql/Makefile')
-rw-r--r--databases/py-postgresql/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile
index 1d757c2d95f..a14178c4896 100644
--- a/databases/py-postgresql/Makefile
+++ b/databases/py-postgresql/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.76 2016/02/18 18:38:38 darcy Exp $
+# $NetBSD: Makefile,v 1.77 2016/03/20 22:01:22 darcy Exp $
-DISTNAME= PyGreSQL-4.2.1
-PKGNAME= ${PYPKGPREFIX}-postgresql-4.2.1
+DISTNAME= PyGreSQL-5.0
+PKGNAME= ${PYPKGPREFIX}-postgresql-5.0
CATEGORIES= databases python
MASTER_SITES= http://pygresql.org/files/
@@ -20,7 +20,6 @@ MAKE_ENV+= INSTALLED_LIBPQ=1
PY_PATCHPLIST= yes
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q}
REPLACE_PYTHON= pg.py pgdb.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.1.1
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"