diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-02-16 08:29:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-16 08:29:43 -0500 |
commit | 86028b898c396b9671c745fed96ba287c99dbb4b (patch) | |
tree | bd453bd116c14f4b516a1283e19524e29d2500dc /pyfftw | |
parent | f592b026aae0a95976c13cddc7822c10b090b73b (diff) | |
download | astroconda-dev-86028b898c396b9671c745fed96ba287c99dbb4b.tar.gz |
Overhaul (#17)
* Remove numpy x.x locks
* Improve formatting and jinja2 usage; License changes minimal
* Bump build numbers on affected packages
Diffstat (limited to 'pyfftw')
-rw-r--r-- | pyfftw/meta.yaml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/pyfftw/meta.yaml b/pyfftw/meta.yaml index ffea2cd..05d571e 100644 --- a/pyfftw/meta.yaml +++ b/pyfftw/meta.yaml @@ -1,16 +1,19 @@ {% set name = 'pyfftw' %} {% set version = '0.9.2' %} -{% set number = '0' %} +{% set number = '1' %} about: home: http://hgomersall.github.com/pyFFTW license: GPL summary: pyfftw + build: number: {{ number }} + package: name: {{ name }} version: {{ version }} + requirements: build: - numpy >=1.9 @@ -18,18 +21,20 @@ requirements: - cython - pkg-config [osx] - setuptools - - numpy x.x + - numpy - python x.x + run: - numpy >=1.9 - cython - fftw - - numpy x.x + - numpy - python x.x + source: fn: pyFFTW-0.9.2.tar.gz - url: - - https://pypi.python.org/packages/source/p/pyFFTW/pyFFTW-0.9.2.tar.gz + url: https://pypi.python.org/packages/source/p/pyFFTW/pyFFTW-0.9.2.tar.gz + test: imports: - pyfftw |