2020-07-18 11:30:52 +02:00
|
|
|
# Description: MySQL interface for Python
|
2022-09-28 10:10:45 +02:00
|
|
|
# URL: https://github.com/PyMySQL/mysqlclient-python
|
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
2023-08-16 18:32:28 +02:00
|
|
|
# Depends on: mariadb python3-setuptools
|
2020-07-18 11:30:52 +02:00
|
|
|
|
2023-08-16 18:32:28 +02:00
|
|
|
name=python3-mysqlclient
|
|
|
|
version=2.2.0
|
|
|
|
release=1
|
|
|
|
source=(https://pypi.org/packages/source/m/mysqlclient/mysqlclient-$version.tar.gz)
|
2020-07-18 11:30:52 +02:00
|
|
|
|
2021-02-21 10:52:18 +01:00
|
|
|
build() {
|
|
|
|
cd mysqlclient-$version
|
|
|
|
/usr/bin/python3 setup.py install --root=$PKG
|
2020-07-18 11:30:52 +02:00
|
|
|
}
|