diff options
Diffstat (limited to 'synphot/meta.yaml')
-rw-r--r-- | synphot/meta.yaml | 32 |
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 |