Info2: << Package: mysql-python-py%type_pkg[python] Version: 1.2.3 Revision: 1 Type: python (2.7) Source: mirror:sourceforge:mysql-python/MySQL-python-%v.tar.gz Source-Checksum: SHA256(7de66fbbf923634e7c965aeaefa74642ba75ae20ee1cefcefc3009595b7a7e6e) BuildDepends: python%type_pkg[python], setuptools-tng-py%type_pkg[python], mysql-unified-dev (>= 5.0.16-1002) 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 <<