blob: 32ac748c14ef53acdbe957552b1a3308d33b990a (
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
36
37
38
39
40
|
{% set badname = 'PyNeb' %}
{% set name = 'pyneb' %}
{% set version = '1.0.14' %}
{% 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
- scipy
- setuptools
- python x.x
run:
- astropy
- matplotlib
- numpy
- 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
|