blob: 6d608c49386dd98374cff968af16ad4f9e8dd8e7 (
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
50
51
52
|
{% set name = 'pysiaf' %}
{% set version = '0.14.0' %}
{% set tag = 'v' + version %}
{% set number = '0' %}
about:
home: https://github.com/spacetelescope/{{ name }}
license: BSD
summary:
Handling of Science Instrument Aperture Files (SIAF) for space telescopes
source:
git_tag: {{ tag }}
git_url: https://github.com/spacetelescope/{{ name }}.git
package:
name: {{ name }}
version: {{ version }}
build:
number: {{ number }}
requirements:
build:
- astropy >=4.3.1
- numpy >=1.21.4
- matplotlib >=3.4.3
- lxml >=4.6.4
- scipy >=1.7.2
- openpyxl >=3.0.9
- python {{ python }}
- setuptools
- numpydoc
- requests >=2.26.0
- PyQt >=5.0.0
- et_xmlfile
run:
- astropy >=4.3.1
- numpy >=1.21.4
- matplotlib >=3.4.3
- lxml >=4.6.4
- scipy >=1.7.2
- openpyxl >=3.0.9
- python {{ python }}
- requests >=2.26.0
- PyQt >=5.0.0
test:
imports:
- pysiaf
|