blob: 212e0bba6c7575e13f1473059ea832a91bebd99c (
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
35
|
{% set badname = 'PyNeb' %}
{% 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 x.x
- scipy
- setuptools
- python x.x
run:
- astropy
- matplotlib
- numpy x.x
- scipy
- python x.x
source:
fn: {{ badname }}-{{ version }}.tar.gz
url:
- https://pypi.python.org/packages/source/P/{{ badname }}/{{ badname }}-{{ version }}.tar.gz
test:
imports:
- pyneb
|