# Template file for 'python3-pyFFTW' pkgname=python3-pyFFTW version=0.13.1 revision=2 build_style=python3-module hostmakedepends="python3-setuptools python3-Cython0.29 python3-numpy" makedepends="fftw-devel python3-devel" depends="python3-numpy" checkdepends="python3-pytest-xdist python3-scipy $depends" short_desc="Pythonic wrapper around FFTW" maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://github.com/pyFFTW/pyFFTW" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=ffc1b3e7f4f74ee38716d668d7606b5fbfded58343655c160c3644fc4acf5d55 pre_check() { cp build/lib*/pyfftw/pyfftw.*.so pyfftw } post_install() { vlicense LICENSE.txt }