diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-06 10:48:18 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-06 10:48:18 -0400 |
commit | ad175a9548b96c6162cb6ea081456beda2399e91 (patch) | |
tree | 195c4f43ff13ddee5fd056629364fbcd04c3d338 /crds | |
parent | 0a2231c182658dd34756d4efaf991f03a55f8ddd (diff) | |
download | astroconda-contrib-ad175a9548b96c6162cb6ea081456beda2399e91.tar.gz |
Update crds -> 7.0.1; revamp recipe
Diffstat (limited to 'crds')
-rw-r--r-- | crds/meta.yaml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/crds/meta.yaml b/crds/meta.yaml index 50b4c62..6c9bbc4 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -1,13 +1,17 @@ +{% set name = 'crds' %} +{% set version = '7.0.1' %} +{% set number = '0' %} + about: home: http://www.stsci.edu/hst/observatory/crds/ license: AURA - summary: crds + summary: CRDS is a metadata based system that maps datasets to data using mapping rules build: - number: '0' + number: {{ number }} preserve_egg_dir: 'no' package: name: crds - version: 6.0.0 + version: {{ version }} requirements: build: - d2to1 @@ -20,8 +24,8 @@ requirements: - numpy x.x - python x.x source: - git_tag: 6.0.0 - git_url: https://github.com/spacetelescope/crds + git_tag: {{ version }} + git_url: https://github.com/spacetelescope/{{ name }}.git test: imports: - crds |