summaryrefslogtreecommitdiff
path: root/pandeia_data/meta.yaml
blob: 6ed90620e55e4f1a160b1a8625fd86fcc1bdef8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
about:
    home: https://github.com:stsci-ssb/pandeia_data
    license: BSD
    summary: pandeia_data
build:
    number: '{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}'
    preserve_egg_dir: 'yes'
package:
    name: pandeia_data
    version: '{{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }'
requirements:
    build:
    - setuptools
    - python x.x
    run:
    - pandeia
    - python x.x
source:
    git_url: git@github.com:STScI-SSB/pandeia_data