summaryrefslogtreecommitdiff
path: root/ginga/meta.yaml
blob: 470f6bc20302e0eef5e07beb9233fb68847966ce (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
{% set name = 'ginga' %}
{% set version = '2.5.20151215011852' %}
{% set number = '1' %}

about:
    home: https://github.com/ejeschke/ginga
    license: BSD
    summary: ginga

build:
    number: {{ number }}

package:
    name: {{ name }}
    version: {{ version }}

requirements:
    build:
    - numpy
    - setuptools
    - python x.x
    run:
    - numpy
    - python x.x

source:
    fn: {{ name }}-{{ version }}.tar.gz
    md5: 11cd8b9ed459c4438cc827e0a1ca4538
    url: https://pypi.python.org/packages/source/g/ginga/{{ name }}-{{ version }}.tar.gz

test:
    imports:
    - ginga