diff options
Diffstat (limited to 'pyneb/meta.yaml')
-rw-r--r-- | pyneb/meta.yaml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pyneb/meta.yaml b/pyneb/meta.yaml index 86a4ff6..212e0bb 100644 --- a/pyneb/meta.yaml +++ b/pyneb/meta.yaml @@ -1,3 +1,4 @@ +{% set badname = 'PyNeb' %} {% set name = 'pyneb' %} {% set version = '1.0.14' %} {% set number = '0' %} @@ -15,20 +16,20 @@ requirements: build: - astropy - matplotlib - - numpy >=1.5.1 + - numpy x.x - scipy - setuptools - python x.x run: - astropy - matplotlib - - numpy >=1.5.1 + - numpy x.x - scipy - python x.x source: - fn: {{ name }}-{{ version }}.tar.gz + fn: {{ badname }}-{{ version }}.tar.gz url: - - https://pypi.python.org/packages/source/P/pyneb + - https://pypi.python.org/packages/source/P/{{ badname }}/{{ badname }}-{{ version }}.tar.gz test: imports: - pyneb |