blob: 6d6c654195c7edd6c9a184b04ce373ba046d3261 (
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
{% set name = 'astropy' %}
{% set version = '1.3dev' + environ.get("GIT_DESCRIBE_NUMBER", "0") %}
{% set number = '0' %}
about:
home: https://github.com/spacetelescope/{{ name }}
license: BSD
summary: Astropy is a package intended to contain much of the core functionality and some common tools needed for performing astronomy and astrophysics with Python.
build:
number: {{ number }}
package:
name: {{ name }}
version: {{ version }}
requirements:
build:
- cython
- jinja2
- setuptools
- numpy x.x
- python x.x
run:
- beautiful-soup [py27 or py34]
- beautifulsoup4 [py35]
- cython
- h5py
- ipython
- jinja2
- matplotlib
- mpmath
- pandas
- pytz
- pyyaml
- scikit-image
- scipy
- numpy x.x
- python x.x
source:
git_url: https://github.com/astropy/{{ name }}
test:
commands:
- fits2bitmap --help
- fitscheck --help
- fitsdiff --help
- fitsinfo --help
- samp_hub --help
- volint --help
- wcslint --help
imports:
- astropy
|