diff options
-rw-r--r-- | hstcal/meta.yaml | 16 | ||||
-rw-r--r-- | pysynphot/meta.yaml | 6 | ||||
-rw-r--r-- | stginga/meta.yaml | 2 |
3 files changed, 14 insertions, 10 deletions
diff --git a/hstcal/meta.yaml b/hstcal/meta.yaml index 65c3c40..406fd30 100644 --- a/hstcal/meta.yaml +++ b/hstcal/meta.yaml @@ -1,17 +1,21 @@ +{% set name = 'hstcal' %} +{% set version = '1.0.1' %} +{% set number = '0' %} + about: home: https://github.com/spacetelescope/hstcal license: BSD - summary: hstcal + summary: Calibration for HST/WFC3, HST/ACS, and HST/STIS build: - number: '0' + number: {{ number }} package: - name: hstcal - version: 1.0.0 + name: {{ name }} + version: {{ version }} requirements: build: - gcc >=4.6 [osx] run: - libgcc >=4.6 [osx] source: - git_tag: 1.0.0 - git_url: https://github.com/spacetelescope/hstcal + git_tag: {{ version }} + git_url: https://github.com/spacetelescope/{{ name }}.git diff --git a/pysynphot/meta.yaml b/pysynphot/meta.yaml index 82de156..1613f02 100644 --- a/pysynphot/meta.yaml +++ b/pysynphot/meta.yaml @@ -7,13 +7,13 @@ build: preserve_egg_dir: 'yes' package: name: pysynphot - version: 0.9.8.2 + version: 0.9.8.3 requirements: build: - d2to1 - nose - stsci.distutils - - astropy >=1.1 + - astropy >=1.2 - cython - numpy x.x - matplotlib @@ -21,7 +21,7 @@ requirements: - python x.x run: - nose - - astropy >=1.1 + - astropy >=1.2 - cython - numpy x.x - matplotlib diff --git a/stginga/meta.yaml b/stginga/meta.yaml index fafa46a..534a087 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stginga' %} -{% set version = '0.1' %} +{% set version = '0.1.1' %} {% set tag = version %} {% set number = '0' %} |