NOTICE: This package has been removed from pkgsrc

./databases/py-mysqldb, MySQL interface for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.1.1, Package name: py310-mysqldb-2.1.1, Maintainer: pkgsrc-users

MySQLdb is a Python interace to the MySQL client library,
allowing Python programs to access MySQL databases.


Required to run:
[databases/mariadb106-client] [lang/python310]

Master sites:

Filesize: 86.072 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-09 11:25:58 by Adam Ciarcinski | Files touched by this commit (5) | Package removed
Log message:
py-mysqldb: removed; duplicate of py-mysqlclient
   2022-08-26 18:23:10 by Matthias Scheler | Files touched by this commit (4)
Log message:
py-mysqldb: Update to version 2.1.1

Major changes since version 1.3.10:
- Dropped Python 2 support
- Dropped Django 1.11 support
- Support build with MySQL 8
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-12-17 08:46:36 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-mysqldb: remove post-install rule that deletes two compiled objects

Breaks build with python 2.7 because the paths are different there.
Still packages with python 3.6, 3.9, 3.10 on NetBSD.

Bump PKGREVISION for PLIST change.
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
   2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes
   2021-10-06 20:00:13 by Matthias Scheler | Files touched by this commit (4)
Log message:
py-mysqldb: Update to version 1.3.10

- Python 3 support
- bug fixes
   2021-07-28 01:21:23 by Matthias Scheler | Files touched by this commit (3)
Log message:
databases/py-mysqldb: Fix build with latest version of MariaDB