diff options
Diffstat (limited to 'stsci.stimage/meta.yaml')
-rw-r--r-- | stsci.stimage/meta.yaml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/stsci.stimage/meta.yaml b/stsci.stimage/meta.yaml index 78b6131..80c3c4a 100644 --- a/stsci.stimage/meta.yaml +++ b/stsci.stimage/meta.yaml @@ -1,6 +1,9 @@ {% set name = 'stsci.stimage' %} {% set version = '0.2.1' %} -{% set number = '1' %} +{% if version[0] == 'v' %} +{% set version = version[1:] %} +{% endif %} +{% set number = '2' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -18,13 +21,13 @@ package: requirements: build: - d2to1 - - numpy + - numpy {{ numpy }} - stsci.distutils - setuptools - - python x.x + - python {{ python }} run: - numpy - - python x.x + - python source: git_url: https://github.com/spacetelescope/{{ name }}.git |