summaryrefslogtreecommitdiff
path: root/pyneb/meta.yaml
blob: 86a4ff61fc529efa7ee23c2084b879ba350c2073 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{% set name = 'pyneb' %}
{% set version = '1.0.14' %}
{% set number = '0' %}

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 >=1.5.1
    - scipy
    - setuptools
    - python x.x
    run:
    - astropy
    - matplotlib
    - numpy >=1.5.1
    - scipy
    - python x.x
source:
    fn: {{ name }}-{{ version }}.tar.gz
    url:
    - https://pypi.python.org/packages/source/P/pyneb
test:
    imports:
    - pyneb