blob: 0b31868d90cccf7e1b95a3a33986ce7c45200b2a (
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
|
{% set name = 'pandeia-engine' %}
{% set version = GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %}
{% set number = '0' %}
about:
home: https://github.com:stsci-ssb/pandeia
license: BSD
summary: pandeia-engine
build:
number: {{ number }}
preserve_egg_dir: 'yes'
package:
name: {{ name }}
version: {{ version }}
requirements:
build:
- tornado
- setuptools
- python x.x
run:
- tornado
- python x.x
source:
git_url: git@github.com:STScI-SSB/pandeia.git
test:
imports:
- pandeia
- pandeia.engine
|