mysql-python-py stable port information

Info2: <<
Package: mysql-python-py%type_pkg[python]
Version: 1.2.3
Revision: 1
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python(2.4 2.5 2.6)
Source: mirror:sourceforge:mysql-python/MySQL-python-%v.tar.gz
Source-MD5: 215eddb6d853f6f4be5b4afc4154292f
BuildDepends: python%type_pkg[python], setuptools-py%type_pkg[python], mysql-unified-dev (>= 5.0.16-1002), system-openssl-dev, fink (>= 0.24.12)
Depends: python%type_pkg[python], mysql-unified-shlibs (>= 5.0.16-1002)
CompileScript: <<
%p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
%p/bin/python%type_raw[python] setup.py install --root=%d
mkdir -p %i/share/doc/%n
cp -R doc/* %i/share/doc/%n
<<
DocFiles: HISTORY doc/FAQ.txt doc/MySQLdb.txt PKG-INFO README
Description: Python interface to MySQL
DescDetail: <<
Python interface to MySQL

MySQLdb is an interface to the popular MySQL database server for Python.
The design goals are: Compliance with Python database API version 2.0,
Thread-safety, Thread-friendliness (threads will not block each other),
Compatibility with MySQL-3.23 and later
<<
License: GPL
Maintainer: Beat Birkhofer
Homepage: http://sourceforge.net/projects/mysql-python
<<