summaryrefslogtreecommitdiff
path: root/databases/py-psycopg/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2004-07-22 18:00:37 +0000
committerdrochner <drochner>2004-07-22 18:00:37 +0000
commit46d126aa259f9487a64619720679eaa0ee402759 (patch)
tree34cef21168bde6aad692fd4e0f243ceadf650723 /databases/py-psycopg/Makefile
parentaf49ce4078e56e6cc0725695f0adbab163a8e412 (diff)
downloadpkgsrc-46d126aa259f9487a64619720679eaa0ee402759.tar.gz
update to 1.1.14
changes: * Interval typecasting eventually works the Right Way (TM). * ZPsycopgDA now support unicode strings and different backend encodings. * ZPsycopgDA accept query data as an extra parameter to execute() (but still no way to give it extra data from inside a ZSQL Method.) * Better DBAPI-2.0 compliance (rowcount attribute and argument passing.) * Now builds on Fedora Core 2 (but remember that the real psycopg aficionado runs on Debian ;-P ) * COPY FROM raise an exception and return usefull information on error.
Diffstat (limited to 'databases/py-psycopg/Makefile')
-rw-r--r--databases/py-psycopg/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/databases/py-psycopg/Makefile b/databases/py-psycopg/Makefile
index fc19a492467..d3cc18edc8b 100644
--- a/databases/py-psycopg/Makefile
+++ b/databases/py-psycopg/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2004/07/22 09:16:00 recht Exp $
+# $NetBSD: Makefile,v 1.14 2004/07/22 18:00:37 drochner Exp $
#
-DISTNAME= psycopg-1.1.11
-PKGNAME= ${PYPKGPREFIX}-psycopg-1.1.11
+DISTNAME= psycopg-1.1.14
+PKGNAME= ${PYPKGPREFIX}-psycopg-1.1.14
CATEGORIES= databases python
MASTER_SITES= http://initd.org/pub/software/psycopg/
@@ -15,13 +15,10 @@ CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
CONFIGURE_ARGS+= \
--with-postgres-includes=${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql\
--with-postgres-libraries=${BUILDLINK_PREFIX.postgresql-lib}/lib
-# XXX: following comment still true for buildlink3?
-# XXX ${PYSITELIB}/... doesn't get transformed by buildlink2
-CONFIGURE_ARGS+= --with-mxdatetime-includes=${BUILDLINK_DIR}/include
ALL_TARGET= default
USE_BUILDLINK3= yes
-PYTHON_VERSIONS_ACCEPTED= 21pth 22pth
+PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 21pth
PY_PATCHPLIST= yes
.include "../../databases/postgresql-lib/buildlink3.mk"