diff options
Diffstat (limited to 'wfpc2tools/meta.yaml')
-rw-r--r-- | wfpc2tools/meta.yaml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/wfpc2tools/meta.yaml b/wfpc2tools/meta.yaml index 8cc9422..75e0d48 100644 --- a/wfpc2tools/meta.yaml +++ b/wfpc2tools/meta.yaml @@ -1,6 +1,9 @@ {% set name = 'wfpc2tools' %} {% set version = '1.0.3' %} -{% set number = '1' %} +{% if version[0] == 'v' %} +{% set version = version[1:] %} +{% endif %} +{% set number = '2' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -24,15 +27,15 @@ requirements: - stsci.imagestats - stsci.tools - setuptools - - numpy - - python x.x + - numpy {{ numpy }} + - python {{ python }} run: - astropy >=1.1 - scipy - stsci.imagestats - stsci.tools - numpy - - python x.x + - python source: git_url: https://github.com/spacetelescope/{{ name }}.git |