summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-04-20 00:04:15 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2016-04-20 00:04:54 -0400
commit53f10f8285343167b5ec9bd4bbc6f1f9e171fe14 (patch)
treed95badddcb8dde8b0310d1c9c23aedcfc24865db
parent74ab212328a2b62bc948ebe4578db246e563772b (diff)
downloadastroconda-dev-53f10f8285343167b5ec9bd4bbc6f1f9e171fe14.tar.gz
Also added stsci-jwst
-rw-r--r--metapackages/stsci-jwst/meta.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/metapackages/stsci-jwst/meta.yaml b/metapackages/stsci-jwst/meta.yaml
new file mode 100644
index 0000000..cb2cad1
--- /dev/null
+++ b/metapackages/stsci-jwst/meta.yaml
@@ -0,0 +1,28 @@
+{% set name = 'stsci-jwst' %}
+{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0")
+ +".dev"
+ +environ.get("GIT_DESCRIBE_NUMBER", "0") %}
+{% set number = '0' %}
+
+about:
+ home: http://www.stsci.edu
+ license: BSD
+ summary: stsci-jwst meta-package
+build:
+ number: {{ number }}
+package:
+ name: {{ name }}
+ version: {{ version }}
+requirements:
+ build:
+ - jwst_lib
+ - jwst_tools
+ - jwst_pipeline
+ - numpy x.x
+ - python x.x
+ run:
+ - jwst_lib
+ - jwst_pipeline
+ - jwst_tools
+ - numpy x.x
+ - python x.x