# Compiling Time: 0 SBU
# Maintainer: DeX77 <dex+fw@dragonslave.de>

pkgname=python3-snappy
pkgver=0.7.3
pkgrel=1
pkgdesc="Python bindings for the snappy compression library."
depends=('python3-cramjam')
makedepends=('python3-build' 'python3-installer' 'python3-wheel' 'python3-setuptools')
groups=('devel-extra')
archs=('x86_64')
_F_python_version=python3
_F_pypi_name=python-snappy
_F_archive_name=python_snappy
Finclude pypi
sha1sums=('0f7623d4b013fbc4955a39c53fc5356abec52c5f')

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

# optimization OK
