diff options
author | P. L. Lim <lim@stsci.edu> | 2016-08-15 11:55:34 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-08-15 11:55:34 -0400 |
commit | ad63d01325611f4e7d892ae548b1a19547fa2aa7 (patch) | |
tree | 13cb545b764bf2167a22a340bc7673d383f839e3 /pysynphot/meta.yaml | |
parent | af39aced179b0871adb4b21fd043c51fdf3d3742 (diff) | |
download | astroconda-contrib-ad63d01325611f4e7d892ae548b1a19547fa2aa7.tar.gz |
Update pysynphot to 0.9.8.4 (#50)
Diffstat (limited to 'pysynphot/meta.yaml')
-rw-r--r-- | pysynphot/meta.yaml | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/pysynphot/meta.yaml b/pysynphot/meta.yaml index 1613f02..52aa1bc 100644 --- a/pysynphot/meta.yaml +++ b/pysynphot/meta.yaml @@ -1,33 +1,29 @@ +{% set name = 'pysynphot' %} +{% set version = '0.9.8.4' %} +{% set number = '0' %} + about: home: https://github.com/spacetelescope/pysynphot license: BSD - summary: pysynphot + summary: Synthetic Photometry Package build: - number: '0' - preserve_egg_dir: 'yes' + number: {{ number }} package: - name: pysynphot - version: 0.9.8.3 + name: {{ name }} + version: {{ version }} requirements: build: - - d2to1 - - nose - - stsci.distutils - - astropy >=1.2 - - cython + - astropy >=1.1 - numpy x.x - - matplotlib - - setuptools - python x.x + - setuptools run: - - nose - - astropy >=1.2 - - cython + - astropy >=1.1 - numpy x.x - - matplotlib - python x.x source: - git_url: https://github.com/spacetelescope/pysynphot + git_tag: {{ version }} + git_url: https://github.com/spacetelescope/{{ name }}.git test: imports: - pysynphot |