diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-04-24 10:12:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-24 10:12:51 -0400 |
commit | c3c54c5b8fc7b4012ad11072a7761b0c5c73a552 (patch) | |
tree | 9ea9bf591669a2afce7845f2fd4f431866cb2a98 | |
parent | a2a8291eec39a69d020551a31997d4dc422a28db (diff) | |
parent | 1ac63414d44ecee560031ac1307bef9e20156dd3 (diff) | |
download | astroconda-contrib-c3c54c5b8fc7b4012ad11072a7761b0c5c73a552.tar.gz |
Merge pull request #346 from rendinam/asdf_adjust
Adjust asdf recipe to eliminate conda-build dependency error.
-rw-r--r-- | asdf/meta.yaml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/asdf/meta.yaml b/asdf/meta.yaml index 342950d..aa43364 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -1,7 +1,5 @@ {% set name = 'asdf' %} {% set version = '2.0.0' %} -{% set hash_type = "sha256" %} -{% set hash_value = "dcdb00b3e00bb9c29efad5ce68002679ffc653d55d8799f8037c491cc0e91d66" %} {% set number = '0' %} about: @@ -36,9 +34,8 @@ requirements: - python source: - fn: '{{ name }}-{{ version }}.tar.gz' - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - '{{ hash_type }}': '{{ hash_value }}' + git_tag: {{ version }} + git_url: https://github.com/spacetelescope/{{ name }}.git test: commands: |