blob: e33c57f051ee6b9ade5e2b7d9fd4c00b878dad1c (
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
|
about:
home: https://github.com:stsci-ssb/pandeia
license: BSD
summary: pandeia-engine
build:
number: '{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}'
preserve_egg_dir: 'yes'
package:
name: pandeia-engine
version: '{{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }'
requirements:
build:
- d2to1
- stsci.distutils
- 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
|