summaryrefslogtreecommitdiff
path: root/stsynphot/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'stsynphot/meta.yaml')
-rw-r--r--stsynphot/meta.yaml34
1 files changed, 34 insertions, 0 deletions
diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml
new file mode 100644
index 0000000..59ee472
--- /dev/null
+++ b/stsynphot/meta.yaml
@@ -0,0 +1,34 @@
+{% set reponame = 'stsynphot_refactor' %}
+{% set name = 'stsynphot' %}
+{% set version = '0.1b2' %}
+{% set number = '0' %}
+
+about:
+ home: https://github.com/spacetelescope/{{ reponame }}
+ license: BSD
+ summary: Synthetic photometry using Astropy for HST and JWST
+build:
+ number: {{ number }}
+package:
+ name: {{ name }}
+ version: {{ version }}
+requirements:
+ build:
+ - synphot >= 0.1
+ - astropy >=1.3
+ - scipy >= 0.14
+ - numpy x.x
+ - setuptools
+ - python x.x
+ run:
+ - synphot >= 0.1
+ - astropy >=1.3
+ - scipy >= 0.14
+ - numpy x.x
+ - python x.x
+source:
+ git_tag: {{ version }}
+ git_url: https://github.com/spacetelescope/{{ reponame }}.git
+test:
+ imports:
+ - stsynphot