diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-11-16 20:55:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-16 20:55:05 -0500 |
commit | 293a811cf179aeeb4bbb1ae44a1706dfb3036265 (patch) | |
tree | 2a53692ec4ae4a18861ae495e60a0eb2cc78242f /asdf | |
parent | fcb339612327d70e859c446a7657f4b0a2992d31 (diff) | |
download | astroconda-contrib-293a811cf179aeeb4bbb1ae44a1706dfb3036265.tar.gz |
Upgrade asdf -> 1.2.1 (#109)
Diffstat (limited to 'asdf')
-rw-r--r-- | asdf/bld.bat | 2 | ||||
-rw-r--r-- | asdf/build.sh | 2 | ||||
-rw-r--r-- | asdf/meta.yaml | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/asdf/bld.bat b/asdf/bld.bat index 762d43b..39b5e1f 100644 --- a/asdf/bld.bat +++ b/asdf/bld.bat @@ -1 +1 @@ -python setup.py install +%PYTHON% setup.py install diff --git a/asdf/build.sh b/asdf/build.sh index 762d43b..5a5aeeb 100644 --- a/asdf/build.sh +++ b/asdf/build.sh @@ -1 +1 @@ -python setup.py install +$PYTHON setup.py install diff --git a/asdf/meta.yaml b/asdf/meta.yaml index 736b119..6057b25 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -1,6 +1,5 @@ {% set name = 'asdf' %} {% set version = '1.2.1' %} -{% set tag = 'v'+version %} {% set number = '0' %} about: @@ -32,7 +31,7 @@ requirements: - numpy x.x - python x.x source: - git_tag: {{ tag }} + git_tag: {{ version }} git_url: https://github.com/spacetelescope/{{ name }}.git test: commands: |