diff options
-rw-r--r-- | crds/meta.yaml | 14 | ||||
-rw-r--r-- | stsci-hst/meta.yaml | 12 |
2 files changed, 15 insertions, 11 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 diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml index 186bc79..5546f35 100644 --- a/stsci-hst/meta.yaml +++ b/stsci-hst/meta.yaml @@ -3,19 +3,19 @@ about: license: BSD summary: stsci-hst meta-package build: - number: '1' + number: '0' package: name: stsci-hst - version: 1.0.2 + version: 1.0.3 requirements: build: - purge_path >=1.0.0 - acstools >=2.0.0 - astrolib.coords >=0.39.6 - astropy >=1.1 - - calcos >=3.1.7 + - calcos >=3.1.8 - costools >=1.2.1 - - crds >=6.0.0 + - crds >=7.0.1 - d2to1 >=0.2.12 - drizzlepac >=2.1.3 - fitsblender >=0.2.6 @@ -47,9 +47,9 @@ requirements: - acstools >=2.0.0 - astrolib.coords >=0.39.6 - astropy >=1.1 - - calcos >=3.1.7 + - calcos >=3.1.8 - costools >=1.2.1 - - crds >=6.0.0 + - crds >=7.0.1 - d2to1 >=0.2.12 - drizzlepac >=2.1.3 - fitsblender >=0.2.6 |