mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
New package: python3-pyFFTW-0.12.0
This commit is contained in:
parent
c6a8476eaa
commit
c09f8b9da3
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-pyFFTW/template
Normal file
19
srcpkgs/python3-pyFFTW/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-pyFFTW'
|
||||
pkgname=python3-pyFFTW
|
||||
version=0.12.0
|
||||
revision=1
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
|
||||
makedepends="fftw-devel python3-devel"
|
||||
depends="python3-numpy"
|
||||
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=55157460f27656d2f09bdc1bc3ba3a2e0d19ece9129aea1afb36099bb83222ef
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
Loading…
Add table
Reference in a new issue