summaryrefslogtreecommitdiff
path: root/databases/py-postgresql/Makefile
diff options
context:
space:
mode:
authordarcy <darcy@pkgsrc.org>2006-02-17 17:58:02 +0000
committerdarcy <darcy@pkgsrc.org>2006-02-17 17:58:02 +0000
commit20ab768aaa5ca1da38ae372775a2805dfc52df11 (patch)
treec282b0b906a4879210e4eb9b3b867526e33e05d2 /databases/py-postgresql/Makefile
parentc495c35a5e48ff2241cf2457eec28f6ad0179567 (diff)
downloadpkgsrc-20ab768aaa5ca1da38ae372775a2805dfc52df11.tar.gz
Update to version 3.8.
- Installed new favicon.ico from Matthew Sporleder <mspo@mspo.com> - Replaced snprintf by PyOS_snprintf. - Removed NO_SNPRINTF switch which is not needed any longer - Clean up some variable names and namespace - Add get_relations() method to get any type of relation - Rewrite get_tables() to use get_relations() - Use new method in get_attnames method to get attributes of views as well - Add Binary type - Number of rows is now -1 after executing no-result statements - Fix some number handling - Non-simple types do not raise an error any more - Improvements to documentation framework - Take into account that nowadays not every table must have an oid column - Simplification and improvement of the inserttable() function - Fix up unit tests - The usual assortment of minor fixes and enhancements
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 e3e6d4d14ab..4694d5bdbb6 100644
--- a/databases/py-postgresql/Makefile
+++ b/databases/py-postgresql/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2006/02/05 23:08:36 joerg Exp $
+# $NetBSD: Makefile,v 1.45 2006/02/17 17:58:02 darcy Exp $
-DISTNAME= PyGreSQL-3.7
-PKGNAME= ${PYPKGPREFIX}-postgresql-3.7
-PKGREVISION= 1
+DISTNAME= PyGreSQL-3.8
+PKGNAME= ${PYPKGPREFIX}-postgresql-3.8
CATEGORIES= databases python
MASTER_SITES= ftp://ftp.druid.net/pub/distrib/
EXTRACT_SUFX= .tgz