diff options
| author | Daniel D'Avella <ddavella@stsci.edu> | 2018-04-19 14:59:53 -0400 | 
|---|---|---|
| committer | Daniel D'Avella <ddavella@stsci.edu> | 2018-04-19 14:59:53 -0400 | 
| commit | 76a4a5878942e75aa179c656a37b70f3e4973c07 (patch) | |
| tree | 6fa94aa2aacc8e97ff5afa8b4acb9caec2199bf4 | |
| parent | 1b2de6309263fde5e11f387a9e914046639a8d01 (diff) | |
| download | astroconda-contrib-76a4a5878942e75aa179c656a37b70f3e4973c07.tar.gz | |
Update ASDF recipe for v2.0.0 release
| -rw-r--r-- | asdf/meta.yaml | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/asdf/meta.yaml b/asdf/meta.yaml index 2b3a3de..342950d 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -1,6 +1,8 @@  {% set name = 'asdf' %} -{% set version = '1.3.3' %} -{% set number = '3' %} +{% set version = '2.0.0' %} +{% set hash_type = "sha256" %} +{% set hash_value = "dcdb00b3e00bb9c29efad5ce68002679ffc653d55d8799f8037c491cc0e91d66" %} +{% set number = '0' %}  about:      home: https://github.com/spacetelescope/{{ name }} @@ -17,17 +19,14 @@ package:  requirements:      build:      - semantic_version >=2.3.1 -    - astropy >=1.3      - pyyaml      - jsonschema -    - pytest      - six      - setuptools      - numpy {{ numpy }}      - python {{ python }}      run:      - semantic_version >=2.3.1 -    - astropy >=1.3      - pyyaml      - jsonschema      - pytest @@ -37,8 +36,9 @@ requirements:      - python  source: -    git_tag: {{ version }} -    git_url: https://github.com/spacetelescope/{{ name }}.git +  fn: '{{ name }}-{{ version }}.tar.gz' +  url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz +  '{{ hash_type }}': '{{ hash_value }}'  test:      commands: | 
