24 lines
840 B
Bash
24 lines
840 B
Bash
# Template file for 'python-mysqlclient'
|
|
pkgname=python-mysqlclient
|
|
version=1.3.14
|
|
revision=2
|
|
wrksrc="mysqlclient-${version}"
|
|
build_style=python-module
|
|
pycompile_module="MySQLdb _mysql_exceptions.py"
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
makedepends="libmysqlclient-devel python-devel python3-devel zlib-devel libressl-devel"
|
|
short_desc="Python2 interface to MySQL/MariaDB"
|
|
maintainer="Alin Dobre <alin.dobre@outlook.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/PyMySQL/mysqlclient-python"
|
|
distfiles="${PYPI_SITE}/m/mysqlclient/mysqlclient-${version}.tar.gz"
|
|
checksum=3981ae9ce545901a36a8b7aed76ed02960a429f75dc53b7ad77fb2f9ab7cd56b
|
|
|
|
python3-mysqlclient_package() {
|
|
pycompile_module="MySQLdb _mysql_exceptions.py"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
}
|
|
}
|