summaryrefslogtreecommitdiff
path: root/asdf/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'asdf/meta.yaml')
-rw-r--r--asdf/meta.yaml18
1 files changed, 11 insertions, 7 deletions
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