summaryrefslogtreecommitdiff
path: root/jwst_footprints/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jwst_footprints/meta.yaml')
-rw-r--r--jwst_footprints/meta.yaml45
1 files changed, 45 insertions, 0 deletions
diff --git a/jwst_footprints/meta.yaml b/jwst_footprints/meta.yaml
new file mode 100644
index 0000000..b9abf56
--- /dev/null
+++ b/jwst_footprints/meta.yaml
@@ -0,0 +1,45 @@
+{% set name = 'jwst_footprints' %}
+{% set version = '1.2.0' %}
+{% set number = '0' %}
+
+about:
+ home: https://github.com/spacetelescope/jwst_coronagraph_visibility
+ license: BSD-3-Clause
+ summary: Visualize approximate pointing constraints for JWST coronagraphs.
+
+package:
+ name: {{ name }}
+ version: {{ version }}
+
+build:
+ number: {{ number }}
+
+source:
+ git_tag: {{ version }}
+ git_url: https://github.com/spacetelescope/{{ name }}.git
+
+requirements:
+ build:
+ - astropy >=1.3
+ - matplotlib
+ - numpy
+ - pillow
+ - pyds9
+ - scipy
+ - tk
+ - setuptools
+ - python x.x
+
+ run:
+ - astropy >=1.3
+ - matplotlib
+ - numpy
+ - scipy
+ - pillow
+ - pyds9
+ - tk
+ - python x.x
+
+test:
+ imports:
+ - jwst_footprints