mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-pyFFTW: update to 0.13.0.
This commit is contained in:
parent
015edbce14
commit
d8b9e205bc
1 changed files with 8 additions and 3 deletions
|
@ -1,18 +1,23 @@
|
||||||
# Template file for 'python3-pyFFTW'
|
# Template file for 'python3-pyFFTW'
|
||||||
pkgname=python3-pyFFTW
|
pkgname=python3-pyFFTW
|
||||||
version=0.12.0
|
version=0.13.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
|
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
|
||||||
makedepends="fftw-devel python3-devel"
|
makedepends="fftw-devel python3-devel"
|
||||||
depends="python3-numpy"
|
depends="python3-numpy"
|
||||||
|
checkdepends="python3-pytest python3-scipy $depends"
|
||||||
short_desc="Pythonic wrapper around FFTW"
|
short_desc="Pythonic wrapper around FFTW"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/pyFFTW/pyFFTW"
|
homepage="https://github.com/pyFFTW/pyFFTW"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=55157460f27656d2f09bdc1bc3ba3a2e0d19ece9129aea1afb36099bb83222ef
|
checksum=920016c9a98f652161854884b321987692fae23bc3a0122feba0e691ee26df86
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
cp build/lib*/pyfftw/pyfftw.*.so pyfftw
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue