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