blob: 0267ede370d67387d37f1ce1e7d8a65cafed56e5 (
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
|
about:
home: https://github.com/KeplerGO/PyKE/
license: US government notice, BSD, attribution requirement
summary: A suite of Python/PyRAF tools to analyze Kepler data
build:
binary_relocation: False
number: '1'
# These must be copied from astroconda-iraf-helpers, since conda disallows
# the post-install step from depending on other packages:
always_include_files:
- bin/ac_config_iraf_pkg
- bin/ac_update_extern_pkg
package:
name: pyraf.kepler
version: "2.6.3"
source:
fn: v2.6.3.tar.gz
url: https://github.com/KeplerGO/PyKE/archive/v2.6.3.tar.gz
requirements:
build:
- python
- astroconda-iraf-helpers
- iraf !=2.16.1,>=2.16.UR
run:
- python
- iraf !=2.16.1,>=2.16.UR
- pyraf
- astropy
- matplotlib
- numpy
- scipy
- mdp
|