summaryrefslogtreecommitdiff
path: root/stsci/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'stsci/meta.yaml')
-rw-r--r--stsci/meta.yaml34
1 files changed, 34 insertions, 0 deletions
diff --git a/stsci/meta.yaml b/stsci/meta.yaml
new file mode 100644
index 0000000..7f3e58f
--- /dev/null
+++ b/stsci/meta.yaml
@@ -0,0 +1,34 @@
+{% set name = 'stsci' %}
+{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0")
+ +".dev"
+ +environ.get("GIT_DESCRIBE_NUMBER", "0") %}
+{% set number = '0' %}
+
+about:
+ home: http://stsci.edu
+ license: BSD
+ summary: stsci meta-package
+build:
+ number: {{ number }}
+package:
+ name: {{ name }}
+ version: {{ version }}
+requirements:
+ run:
+ - stsci-hst
+ - stsci-data-analysis
+ - astropy
+ - cfitsio
+ - ds9
+ - fftw
+ - htc_utils
+ - imexam
+ - photutils
+ - poppy
+ - purge_path
+ - pyds9
+ - pyfftw
+ - webbpsf
+ - webbpsf-data
+ - numpy x.x
+ - python x.x