summaryrefslogtreecommitdiff
path: root/stsci-hst/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'stsci-hst/meta.yaml')
-rw-r--r--stsci-hst/meta.yaml49
1 files changed, 49 insertions, 0 deletions
diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml
new file mode 100644
index 0000000..0ab258e
--- /dev/null
+++ b/stsci-hst/meta.yaml
@@ -0,0 +1,49 @@
+{% set name = 'stsci-hst' %}
+{% 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-hst meta-package
+build:
+ number: {{ number }}
+package:
+ name: {{ name }}
+ version: {{ version }}
+requirements:
+ run:
+ - purge_path
+ - acstools
+ - astrolib.coords
+ - astropy
+ - calcos
+ - costools
+ - crds
+ - drizzlepac
+ - fitsblender
+ - hstcal
+ - nictools
+ - pyregion
+ - pysynphot
+ - pywcs
+ - reftools
+ - stistools
+ - stsci.convolve
+ - stsci.image
+ - stsci.imagemanip
+ - stsci.imagestats
+ - stsci.ndimage
+ - stsci.numdisplay
+ - stsci.sphinxext
+ - stsci.stimage
+ - stsci.skypac
+ - stsci.sphere
+ - stsci.tools
+ - stwcs
+ - wfpc2tools
+ - wfc3tools
+ - numpy x.x
+ - python x.x