psycopg-py24 _unstable_ port information

Package: psycopg-py24
Version: 1.1.18
Revision: 3
Maintainer: Neil Tiffin
BuildDepends: postgresql81-dev
Depends: python24, python-mx-py24, postgresql81, postgresql81-shlibs
Source: http://initd.org/pub/software/psycopg/PSYCOPG-1-1/psycopg-%v.tar.gz
Source-MD5: 8e5cd2925a25a5aa80cd83418d6a5f09
ConfigureParams: --with-python=%p/bin/python2.4 --with-python-version=2.4 --with-mxdatetime-includes=%p/lib/python2.4/site-packages/mx/DateTime/mxDateTime/ --with-python-exec-prefix=%i
Patch: %n.patch
CompileScript: <<
OPT="-Wno-long-double" ./configure %c
make
<<
InstallScript: <<
make install
mkdir -p %i/share/doc/%n
cp -R doc %i/share/doc/%n
<<
DocFiles: AUTHORS COPYING CREDITS FAQ INSTALL NEWS README RELEASE-1.0 SUCCESS TODO VERSION
Description: PostgreSQL database adapter for Python 2.4
DescDetail: <<
psycopg is a PostgreSQL database adapter for the Python programming
language. It was written from scratch with the aim of being very small
and fast, and stable as a rock. The main advantages of psycopg are
that it supports the full Python DBAPI-2.0 and being thread safe at
level 2.
<<
License: GPL
Homepage: http://initd.org/software/initd/psycopg