diff options
-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 |