summaryrefslogtreecommitdiff
path: root/crds
diff options
context:
space:
mode:
authorJustin Ely <ely@stsci.edu>2017-01-05 12:48:57 -0500
committerGitHub <noreply@github.com>2017-01-05 12:48:57 -0500
commit629f1d1d14cabed639dd2908195ef06ed02c34fa (patch)
tree82487c93fbafab6fc41716b8b727684f59b96da7 /crds
parenta96a1285ba6cc7b077ba62e2a73d4592dd78003f (diff)
parentae39975e0ebd1c31d15c47f396a0ae4521715ab3 (diff)
downloadastroconda-contrib-629f1d1d14cabed639dd2908195ef06ed02c34fa.tar.gz
Merge pull request #119 from jhunkeler/overhaul
Overhaul package recipes
Diffstat (limited to 'crds')
-rw-r--r--crds/meta.yaml17
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