blob: 7bcc3041aec1165611fa68ed62ab422a8bae7670 (
plain)
1 # Description: MySQL interface for Python
2 # URL: https://github.com/PyMySQL/mysqlclient-python
3 # Maintainer: Juergen Daubert, jue at crux dot nu
4 # Depends on: python3-setuptools mysql
5
6 name=python3-mysql
7 version=2.1.1
8 release=2
9 source=(https://files.pythonhosted.org/packages/50/5f/eac919b88b9df39bbe4a855f136d58f80d191cfea34a3dcf96bf5d8ace0a/mysqlclient-$version.tar.gz)
10
11 build() {
12 cd mysqlclient-$version
13 /usr/bin/python3 setup.py install --root=$PKG
14 }
|