void-packages/srcpkgs/python-mysqlclient/template
Alessio Sergi accdc4ac03 python-mysqlclient: fix pycompile_module
Remove unnecessary depends (!noarch).
2018-05-20 20:37:12 +02:00

23 lines
829 B
Bash

# Template file for 'python-mysqlclient'
pkgname=python-mysqlclient
version=1.3.12
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"
homepage="https://github.com/PyMySQL/mysqlclient-python"
distfiles="${PYPI_SITE}/m/mysqlclient/mysqlclient-${version}.tar.gz"
checksum=2d9ec33de39f4d9c64ad7322ede0521d85829ce36a76f9dd3d6ab76a9c8648e5
python3-mysqlclient_package() {
pycompile_module="MySQLdb _mysql_exceptions.py"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}