Module submission - PyGreSQL

dilkushan@gmail.com dilkushan at gmail.com
Sat Sep 10 07:47:22 UTC 2005


module name       : PyGreSQL
suggested section : Python
update (y/n)      : n
bugfix (y/n)      : n
security (y/n)    : n


dilku

-------------- next part --------------
--- PyGreSQL/BUILD	1970-01-01 10:00:00.000000000 +1000
+++ PyGreSQL/BUILD	2005-09-10 17:34:29.000000000 +1000
@@ -0,0 +1,6 @@
+(
+
+ prepare_install       &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
--- PyGreSQL/DEPENDS	1970-01-01 10:00:00.000000000 +1000
+++ PyGreSQL/DEPENDS	2005-09-10 17:34:29.000000000 +1000
@@ -0,0 +1,3 @@
+depends Python && 
+depends postgresql && 
+depends mxDateTime
--- PyGreSQL/DETAILS	1970-01-01 10:00:00.000000000 +1000
+++ PyGreSQL/DETAILS	2005-09-10 17:34:29.000000000 +1000
@@ -0,0 +1,20 @@
+           MODULE=PyGreSQL
+         VERSION=3.6.2
+	  MOD=PyGreSQL
+          SOURCE=$MOD.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
+   SOURCE_URL[0]=ftp://ftp.druid.net/pub/distrib/
+        WEB_SITE=http://www.druid.net/pygresql/
+       SOURCE_VFY=md5:1f2694ea546c852c5a0ba2b17f7c5ce1 
+         ENTERED=20050831
+         UPDATED=20050831
+           SHORT="PyGreSQL is a python module that interfaces to a PostgreSQL database. It embeds the PostgreSQL query library to allow easy use of the powerful PostgreSQL features from a Python script."
+cat << EOF
+ PostgreSQL is a database system derived from Postgres4.2. It conforms to (most of) ANSI SQL and offers many interesting capabilities (C dynamic linking for functions or type definition, etc.). This package is copyright by the Regents of the University of California, and is freely distributable.
+
+ Python is an interpreted programming language. It is object oriented, simple to use (light syntax, simple and straightforward statements), and has many extensions for building GUIs, interfacing with WWW, etc. an intelligent web browser (HotJava like) is currently under development (November 1995), and this should open programmers many doors. Python is copyrighted by Stichting S Mathematisch Centrum, amsterdam, The Netherlands, and is freely distributable.
+
+ PyGreSQL is a python module that interfaces to a PostgreSQL database. It embeds the PostgreSQL query library to allow easy use of the powerful PostgreSQL features from a Python script.
+
+ PyGreSQL 2.0 was developed and tested on a NetBSD 1.3_BETa system. It is based on the PyGres95 code written by Pascal ANDRE, andre at chimay.via.ecp.fr. I changed the version to 2.0 and updated the code for Python 1.5 and PostgreSQL 6.4.2. While I was at it I upgraded the code to use full ANSI style prototypes and changed the order of arguments to connect. Version 2.1 is fixes and enhancements to that. The current version works with PostgreSQL 7.3 and up. 
+EOF
-------------- next part --------------
lvu submit PyGreSQL a55648a16dcf4e581522ac7377fb0333  -
2.6.12.6 2.6.12 gcc-3.4.4 glibc-2.3.5



More information about the Lunar mailing list