diff options
Diffstat (limited to 'crds')
| -rw-r--r-- | crds/build.sh | 5 | ||||
| -rw-r--r-- | crds/meta.yaml | 17 | 
2 files changed, 12 insertions, 10 deletions
| diff --git a/crds/build.sh b/crds/build.sh index b623a78..762d43b 100644 --- a/crds/build.sh +++ b/crds/build.sh @@ -1,4 +1 @@ - - -pip install --no-deps --upgrade --force d2to1 || exit 1 -python setup.py install || exit 1
\ No newline at end of file +python setup.py install diff --git a/crds/meta.yaml b/crds/meta.yaml index d3c69b1..0dda15d 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -1,6 +1,6 @@  {% set name = 'crds' %}  {% set version = '7.1.0' %} -{% set number = '0' %} +{% set number = '1' %}  about:      home: http://www.stsci.edu/hst/observatory/crds/ @@ -19,20 +19,25 @@ package:  requirements:      build: -    - d2to1      - astropy >=1.1 +    - cfitsio      - numpy -    - setuptools -    - python x.x      - requests      - lxml +    - parsley +    - setuptools +    - python x.x +      run:      - astropy >=1.1 +    - cfitsio      - numpy -    - python x.x      - requests      - lxml -     +    - fitsverify +    - parsley +    - python x.x +  source:      git_tag: {{ version }}      git_url: https://github.com/spacetelescope/{{ name }}.git | 
