diff options
Diffstat (limited to 'crds')
-rw-r--r-- | crds/meta.yaml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/crds/meta.yaml b/crds/meta.yaml index ad3a50f..392dbfa 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -1,31 +1,38 @@ {% set name = 'crds' %} {% set version = '7.0.10' %} -{% set number = '0' %} +{% set number = '1' %} about: home: http://www.stsci.edu/hst/observatory/crds/ license: AURA - summary: CRDS assigns calibration references to data using formal rules represented in simple text files + summary: | + CRDS assigns calibration references to data using formal rules + represented in simple text files + build: number: {{ number }} preserve_egg_dir: 'no' + package: - name: crds + name: {{ name }} version: {{ version }} + requirements: build: - d2to1 - astropy >=1.1 - - numpy x.x + - numpy - setuptools - python x.x run: - astropy >=1.1 - - numpy x.x + - numpy - python x.x + source: git_tag: {{ version }} git_url: https://github.com/spacetelescope/{{ name }}.git + test: imports: - crds |