python-mysqlclient: drop package
authorAlexandru Ardelean <redacted>
Wed, 8 Jul 2020 05:31:51 +0000 (08:31 +0300)
committerAlexandru Ardelean <redacted>
Wed, 8 Jul 2020 05:31:52 +0000 (08:31 +0300)
commit53aab860ee4a19be4cf9d75b8f7968517feed1c1
treee94c06a184672eba5d7d71582f9d6257335c2f9c
parentd70d7f60b58251d8e4534294b0937d535f7e939d
python-mysqlclient: drop package

The main user for this package was Seafile.
In the meantime, Seafile switch to PyMySQL.
    https://pypi.org/project/PyMySQL/

PyMySQL seems to be a replacement for python-mysqlclient, and while it may
not be fully compatible with the MySQL API, it may be that those APIs
wouldn't be used.

This change drops this package.
If there is enough usage/reason to bring it back, we can.

For python-mysqlclient, the tag-line/description is:
```
This is a fork of MySQLdb1.

This project adds Python 3 support and bug fixes. I hope this fork is
merged back to MySQLdb1 like distribute was merged back to setuptools.
```

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-mysqlclient/Makefile [deleted file]
git clone https://git.99rst.org/PROJECT