summaryrefslogtreecommitdiff
path: root/asdf/meta.yaml
blob: e6264e1c4535697b18e9700e573dc4ba2ab98e7f (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
about:
    home: https://github.com/spacetelescope/pyasdf
    license: BSD
    summary: asdf
build:
    number: '0'
package:
    name: asdf
    version: 1.0.2
requirements:
    build:
    - astropy >=1.1
    - pyyaml
    - jsonschema
    - pytest
    - six
    - setuptools
    - numpy x.x
    - python x.x
    run:
    - astropy >=1.1
    - pyyaml
    - jsonschema
    - pytest
    - six
    - setuptools
    - numpy x.x
    - python x.x
source:
    git_tag: v1.0.2
    git_url: https://github.com/spacetelescope/pyasdf
test:
    commands:
    - asdftool --help
    imports:
    - asdf