blob: 6c9bbc4c032b1c46d3409b05f1195729ff5c96f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{% set name = 'crds' %}
{% set version = '7.0.1' %}
{% set number = '0' %}
about:
home: http://www.stsci.edu/hst/observatory/crds/
license: AURA
summary: CRDS is a metadata based system that maps datasets to data using mapping rules
build:
number: {{ number }}
preserve_egg_dir: 'no'
package:
name: crds
version: {{ version }}
requirements:
build:
- d2to1
- astropy >=1.1
- numpy x.x
- setuptools
- python x.x
run:
- astropy >=1.1
- numpy x.x
- python x.x
source:
git_tag: {{ version }}
git_url: https://github.com/spacetelescope/{{ name }}.git
test:
imports:
- crds
|