diff options
Diffstat (limited to 'pysynphot/meta.yaml')
-rw-r--r-- | pysynphot/meta.yaml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/pysynphot/meta.yaml b/pysynphot/meta.yaml index d9e5817..93a02df 100644 --- a/pysynphot/meta.yaml +++ b/pysynphot/meta.yaml @@ -1,6 +1,9 @@ {% set name = 'pysynphot' %} {% set version = '0.9.8.8' %} -{% set number = '0' %} +{% if version[0] == 'v' %} +{% set version = version[1:] %} +{% endif %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -14,15 +17,15 @@ package: requirements: build: - astropy >=1.1 - - numpy + - numpy {{ numpy }} - pytest - - python x.x + - python {{ python }} - setuptools run: - astropy >=1.1 - numpy - pytest - - python x.x + - python source: git_tag: {{ version }} git_url: https://github.com/spacetelescope/{{ name }}.git |