aboutsummaryrefslogtreecommitdiff
path: root/ginga/ginga.ini
blob: b521f499b7c92d513bb83d556f776491f514362a (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
41
42
[package]
name: ginga
version: 2.5.20151215011852

[about]
home: https://github.com/ejeschke/${package:name}
license: BSD
summary: ${package:name}

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

[build]
number: 0

[requirements]
build:
    numpy
    setuptools
    python

run:
    numpy
    python

[test]
commands:
    # ginga's utilties are non-standard. can't test them like this

imports:
    ginga

[cbc_build]
linux:
    echo > README.txt
    python setup.py install || exit 1

windows:
    python setup.py install
    if errorlevel 1 exit 1