diff options
-rw-r--r-- | poppy/meta.yaml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/poppy/meta.yaml b/poppy/meta.yaml index 52ce202..9f768d8 100644 --- a/poppy/meta.yaml +++ b/poppy/meta.yaml @@ -1,10 +1,10 @@ {% set name = 'poppy' %} -{% set version = '0.7.0' %} +{% set version = '0.8.0' %} {% set tag = 'v' + version %} {% set number = '0' %} about: - home: https://github.com/mperrin/{{ name }} + home: https://github.com/spacetelescope/{{ name }} license: BSD summary: | Physical optics propagation (wavefront diffraction) for optical @@ -12,6 +12,7 @@ about: build: number: {{ number }} + skip: true # [py27] package: name: {{ name }} @@ -23,8 +24,6 @@ requirements: - numpy {{ numpy }} - scipy >=0.14.0 - matplotlib >=1.3.0 - - six - - enum34 [py27] - setuptools - python {{ python }} run: @@ -32,11 +31,9 @@ requirements: - numpy - scipy >=0.14.0 - matplotlib >=1.3.0 - - six - - enum34 [py27] - setuptools - python source: git_tag: {{ tag }} - git_url: https://github.com/mperrin/{{ name }}.git + git_url: https://github.com/spacetelescope/{{ name }}.git |