diff options
Diffstat (limited to 'pyneb')
| -rw-r--r-- | pyneb/meta.yaml | 15 | 
1 files changed, 10 insertions, 5 deletions
diff --git a/pyneb/meta.yaml b/pyneb/meta.yaml index 212e0bb..32ac748 100644 --- a/pyneb/meta.yaml +++ b/pyneb/meta.yaml @@ -1,35 +1,40 @@  {% set badname = 'PyNeb' %}  {% set name = 'pyneb' %}  {% set version = '1.0.14' %} -{% set number = '0' %} +{% set number = '1' %}  about:      home: http://www.iac.es/proyecto/PyNeb/      license: Unknown      summary: A modern python tool to compute emission line emissivities +  build:      number: {{ number }} +  package:      name: {{ name }}      version: {{ version }} +  requirements:      build:      - astropy      - matplotlib -    - numpy x.x +    - numpy      - scipy      - setuptools      - python x.x +      run:      - astropy      - matplotlib -    - numpy x.x +    - numpy      - scipy      - python x.x +  source:      fn: {{ badname }}-{{ version }}.tar.gz -    url: -    - https://pypi.python.org/packages/source/P/{{ badname }}/{{ badname }}-{{ version }}.tar.gz +    url: https://pypi.python.org/packages/source/P/{{ badname }}/{{ badname }}-{{ version }}.tar.gz +  test:      imports:      - pyneb  | 
