diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-05-21 08:48:58 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-05-21 08:48:58 -0400 |
commit | 576e771630ba6b60ccf44a0aee8e4d5534d44c54 (patch) | |
tree | 7cf4d3b29f4f7886977470f2900676db743a24f8 /asdf | |
parent | cba385fc0b72de6d145a2ec7200afa5e05a9b7d5 (diff) | |
download | astroconda-contrib-576e771630ba6b60ccf44a0aee8e4d5534d44c54.tar.gz |
Update asdf 1.0.2 -> 1.0.3
Diffstat (limited to 'asdf')
-rw-r--r-- | asdf/bld.bat | 2 | ||||
-rw-r--r-- | asdf/build.sh | 3 | ||||
-rw-r--r-- | asdf/meta.yaml | 18 |
3 files changed, 12 insertions, 11 deletions
diff --git a/asdf/bld.bat b/asdf/bld.bat index b290566..762d43b 100644 --- a/asdf/bld.bat +++ b/asdf/bld.bat @@ -1,3 +1 @@ - python setup.py install -if errorlevel 1 exit 1
\ No newline at end of file diff --git a/asdf/build.sh b/asdf/build.sh index 4b71885..762d43b 100644 --- a/asdf/build.sh +++ b/asdf/build.sh @@ -1,2 +1 @@ - -python setup.py install || exit 1
\ No newline at end of file +python setup.py install diff --git a/asdf/meta.yaml b/asdf/meta.yaml index e6264e1..0a0bdf2 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -1,12 +1,16 @@ +{% set name = 'asdf' %} +{% set version = '1.0.3' %} +{% set number = '0' %} + about: - home: https://github.com/spacetelescope/pyasdf + home: https://github.com/spacetelescope/{{ name }} license: BSD - summary: asdf + summary: ASDF (Advanced Scientific Data Format) is a next generation interchange format for scientific data build: - number: '0' + number: {{ number }} package: - name: asdf - version: 1.0.2 + name: {{ name }} + version: {{ version }} requirements: build: - astropy >=1.1 @@ -27,8 +31,8 @@ requirements: - numpy x.x - python x.x source: - git_tag: v1.0.2 - git_url: https://github.com/spacetelescope/pyasdf + git_tag: {{ version }} + git_url: https://github.com/spacetelescope/{{ name }}.git test: commands: - asdftool --help |