1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: python-mysqldb
Section: interpreters
Priority: optional
Maintainer: Gregor Hoffleit <flight@debian.org>
Build-Depends: debhelper, python1.5-dev (>= 1.5.2-18.6), python1.5-distutils, python2-dev, python2.1-dev (>= 2.1.1-1.4), python2.2-dev (>= 2.1.99-2), libmysqlclient10-dev, zlib1g-dev
Standards-Version: 3.5.6
Package: python-mysqldb
Architecture: all
Depends: python2.1-mysqldb, python (>= 2.1), python (<< 2.2)
Suggests: python-mxdatetime
Description: A Python interface for MySQL
MySQLdb is an Python interface to the MySQL database. It is compliant
with the Python DB API 2.0, thread-safe and thread-friendly.
.
This module replaces the older MySQL module that was available as
python-mysql.
Package: python2.2-mysqldb
Architecture: any
Depends: ${shlibs:Depends}, python2.2
Suggests: python-mxdatetime
Description: A Python interface for MySQL
MySQLdb is an Python interface to the MySQL database. It is compliant
with the Python DB API 2.0, thread-safe and thread-friendly.
.
This is the Python 2.0 version of the package.
Package: python2.1-mysqldb
Architecture: any
Depends: ${shlibs:Depends}, python2.1
Suggests: python-mxdatetime
Description: A Python interface for MySQL
MySQLdb is an Python interface to the MySQL database. It is compliant
with the Python DB API 2.0, thread-safe and thread-friendly.
.
This is the Python 2.0 version of the package.
Package: python2-mysqldb
Architecture: any
Depends: ${shlibs:Depends}, python2-base (>= 2.0)
Suggests: python2-mxdatetime
Description: A Python interface for MySQL (Python 2.0)
MySQLdb is an Python interface to the MySQL database. It is compliant
with the Python DB API 2.0, thread-safe and thread-friendly.
.
This module replaces the older MySQL module that was available as
python-mysql.
.
This is the Python 2.0 version of the package.
Package: python1.5-mysqldb
Architecture: any
Depends: ${shlibs:Depends}, python1.5
Suggests: python-mxdatetime
Replaces: python-mysql, python-mysqldb (<= 0.9.0-1)
Conflicts: python-mysql, zope-mysqlda (<= 2.0.7), python-mysqldb (<= 0.9.0-1)
Description: A Python interface for MySQL
MySQLdb is an Python interface to the MySQL database. It is compliant
with the Python DB API 2.0, thread-safe and thread-friendly.
.
This module replaces the older MySQL module that was available as
python-mysql.
.
This is the Python 1.5.2 version of the package.
|