           SPELL=mysqlclient
         VERSION=1.3.6
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=https://pypi.python.org/packages/source/m/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:387f3aef2f913d72fcb08001c70724702bf0af0d6d17be37cba390ffed10e54886f8a9da04cf8f76d3e7e19bd9fb932f0e80142e374703ca97d67d095ad512d1
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=https://github.com/PyMySQL/mysqlclient-python
         ENTERED=20150805
      LICENSE[0]=GPL
        KEYWORDS="mysql python devel"
           SHORT="MySQL database connector for Python (with Python 3 support)"
cat << EOF
mysqlclient is a fork of MySQL-python. It adds Python 3.3 support and merges
some pull requests.

MySQLdb is an interface to the popular MySQL database server for Python.

The design goals are:

* Compliance with Python database API version 2.0 PEP-0249[0]
* Thread-safety
* Thread-friendliness (threads will not block each other)

[0] https://www.python.org/dev/peps/pep-0249/
EOF
