python3-pyFFTW: rebuild for Python 3.11

This commit is contained in:
Andrew J. Hesford 2022-09-19 21:09:19 -04:00
parent 158dee58a1
commit bcbf7528e2
1 changed files with 3 additions and 3 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'python3-pyFFTW'
pkgname=python3-pyFFTW
version=0.13.0
revision=1
revision=2
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
makedepends="fftw-devel python3-devel"
depends="python3-numpy"
checkdepends="python3-pytest python3-scipy $depends"
checkdepends="python3-pytest-xdist python3-scipy $depends"
short_desc="Pythonic wrapper around FFTW"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://github.com/pyFFTW/pyFFTW"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=920016c9a98f652161854884b321987692fae23bc3a0122feba0e691ee26df86
checksum=3445dbaac5020afce880217f7f2b8a07b55d2c5cb2427e015d692dfabea0dc21
pre_check() {
cp build/lib*/pyfftw/pyfftw.*.so pyfftw