summaryrefslogtreecommitdiff
path: root/synphot/meta.yaml
diff options
context:
space:
mode:
authorP. L. Lim <lim@stsci.edu>2017-01-11 12:36:07 -0500
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-01-11 12:36:07 -0500
commitc1bf9df971ca94fb3bab882f033b00722c09957a (patch)
tree94dfe6e340563813f9d8ed9935e8998a5dc4dc67 /synphot/meta.yaml
parent82d3b99d0cc6034344f199c3256dd711951b65c1 (diff)
downloadastroconda-contrib-c1bf9df971ca94fb3bab882f033b00722c09957a.tar.gz
[EXP] Add refactored synphot and stsynphot (#123)
* Added recipes for Astropy version of pysynphot split into 2 packages * Bumped synphot to 0.1b3
Diffstat (limited to 'synphot/meta.yaml')
-rw-r--r--synphot/meta.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/synphot/meta.yaml b/synphot/meta.yaml
new file mode 100644
index 0000000..0ad2540
--- /dev/null
+++ b/synphot/meta.yaml
@@ -0,0 +1,32 @@
+{% set reponame = 'synphot_refactor' %}
+{% set name = 'synphot' %}
+{% set version = '0.1b3' %}
+{% set number = '0' %}
+
+about:
+ home: https://github.com/spacetelescope/{{ reponame }}
+ license: BSD
+ summary: Synthetic photometry using Astropy
+build:
+ number: {{ number }}
+package:
+ name: {{ name }}
+ version: {{ version }}
+requirements:
+ build:
+ - astropy >=1.3
+ - scipy >= 0.14
+ - numpy x.x
+ - setuptools
+ - python x.x
+ run:
+ - 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:
+ - synphot