diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2015-12-17 19:11:13 -0500 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2015-12-17 19:11:13 -0500 |
commit | 333c7bc0212c59913b7a4f147e7c56d716738d10 (patch) | |
tree | df9fd40371e76f59e5859523098fc600e26a7b67 /stsci-data-analysis | |
parent | aff20391448c6eb18cef252e737653b06f4ac5b2 (diff) | |
download | cbc-recipes-333c7bc0212c59913b7a4f147e7c56d716738d10.tar.gz |
Initial commit
Diffstat (limited to 'stsci-data-analysis')
-rw-r--r-- | stsci-data-analysis/stsci-data-analysis.ini | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/stsci-data-analysis/stsci-data-analysis.ini b/stsci-data-analysis/stsci-data-analysis.ini new file mode 100644 index 0000000..480c6d0 --- /dev/null +++ b/stsci-data-analysis/stsci-data-analysis.ini @@ -0,0 +1,40 @@ +[package] +name : stsci-data-analysis +version : 1.0 + +[about] +home : http://stsci.edu +license : BSD +summary : ${package:name} meta-package + +[source] +#fn : ${package:name}-${package:version}.tar.gz +#url : ${about:home}/${fn} + +[build] +number : 0 + +[requirements] +build : + ${requirements:run} +run : + specview [py27 or py3k] + astroimtools [py27 or py3k] + cube-tools [py27 or py3k] + stginga [py27 or py3k] + asv [py27 or py3k] + pyasdf [py27 or py3k] + + +[test] +imports : + +commands : + + +[cbc_build] +linux : + echo "meta-package" + +windows : + echo "meta-package" |