python3-pyFFTW: update to 0.14.0.
This commit is contained in:
parent
eea83806c6
commit
0256e15162
|
@ -1,14 +0,0 @@
|
|||
--- a/versioneer.py
|
||||
+++ b/versioneer.py
|
||||
@@ -339,9 +339,9 @@
|
||||
# configparser.NoOptionError (if it lacks "VCS="). See the docstring at
|
||||
# the top of versioneer.py for instructions on writing your setup.cfg .
|
||||
setup_cfg = os.path.join(root, "setup.cfg")
|
||||
- parser = configparser.SafeConfigParser()
|
||||
+ parser = configparser.ConfigParser()
|
||||
with open(setup_cfg, "r") as f:
|
||||
- parser.readfp(f)
|
||||
+ parser.read_file(f)
|
||||
VCS = parser.get("versioneer", "VCS") # mandatory
|
||||
|
||||
def get(parser, name):
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'python3-pyFFTW'
|
||||
pkgname=python3-pyFFTW
|
||||
version=0.13.1
|
||||
revision=2
|
||||
version=0.14.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-Cython0.29 python3-numpy"
|
||||
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
|
||||
makedepends="fftw-devel python3-devel"
|
||||
depends="python3-numpy"
|
||||
checkdepends="python3-pytest-xdist python3-scipy $depends"
|
||||
|
@ -12,7 +12,7 @@ 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=ffc1b3e7f4f74ee38716d668d7606b5fbfded58343655c160c3644fc4acf5d55
|
||||
checksum=337e7cba161a78f0cdfc7903cb483d7ddc519e648c1b2e27ff9737f1e7d35854
|
||||
|
||||
pre_check() {
|
||||
cp build/lib*/pyfftw/pyfftw.*.so pyfftw
|
||||
|
|
Loading…
Reference in New Issue