diff options
Diffstat (limited to 'stsci.numdisplay/meta.yaml')
-rw-r--r-- | stsci.numdisplay/meta.yaml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/stsci.numdisplay/meta.yaml b/stsci.numdisplay/meta.yaml index bff5b99..7dc17ae 100644 --- a/stsci.numdisplay/meta.yaml +++ b/stsci.numdisplay/meta.yaml @@ -1,6 +1,9 @@ {% set name = 'stsci.numdisplay' %} {% set version = '1.6.1' %} -{% set number = '1' %} +{% if version[0] == 'v' %} +{% set version = version[1:] %} +{% endif %} +{% set number = '2' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -19,14 +22,14 @@ package: requirements: build: - d2to1 - - numpy + - numpy {{ numpy }} - stsci.tools - setuptools - - python x.x + - python {{ python }} run: - numpy - stsci.tools - - python x.x + - python source: git_url: https://github.com/spacetelescope/{{ name }}.git |