# Compiling Time: 0 SBU
# Maintainer: Slown <slown@frugalware.org>

pkgname=pymysql
_F_archive_name="PyMySQL"
pkgver=1.1.0
pkgrel=2
pkgdesc="Pure Python MySQL Client"
depends=('python3')
makedepends=('python3-build' 'python3-installer' 'python3-setuptools' 'python3-wheel')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name="PyMySQL"
Finclude pypi
sha1sums=('6d1caef3b6f1b699816a578a1033d98a436627a9')

build() {
	Fcd
	Fpatchall
	Fexec python3 -m build --wheel --no-isolation || Fdie
	Fexec python3 -m installer --destdir="$Fdestdir" dist/*.whl || Fdie
}



# optimization OK
