summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-05-21 08:59:41 -0400
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-05-21 08:59:41 -0400
commit868a4fdc6c36cc4f8713aff9b6e7ed495e6baf01 (patch)
tree66ee96cb5c16c13dce1ef33976e1ba308f1f535d
parent07490e359d83ea7b941fccc99c48e38d1ec26666 (diff)
parent576e771630ba6b60ccf44a0aee8e4d5534d44c54 (diff)
downloadastroconda-contrib-868a4fdc6c36cc4f8713aff9b6e7ed495e6baf01.tar.gz
Merge pull request #8 from jhunkeler/update-asdf
Update asdf 1.0.2 -> 1.0.3
-rw-r--r--asdf/bld.bat2
-rw-r--r--asdf/build.sh3
-rw-r--r--asdf/meta.yaml18
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