aboutsummaryrefslogtreecommitdiff
path: root/pyraf.kepler/meta.yaml
diff options
context:
space:
mode:
authorjehturner <jturner@gemini.edu>2017-05-03 14:09:37 -0400
committerGitHub <noreply@github.com>2017-05-03 14:09:37 -0400
commit165bf8d9f8e3d0987923222b8488518b4fdc26a4 (patch)
treef7e8ab48463ab2b3506fb3c67f0ca8c3a5fce5a1 /pyraf.kepler/meta.yaml
parent7104da012016d1667b0f7c5551910284675acf05 (diff)
parent6c559b28ebcf526a7399aad593f82644f23b0760 (diff)
downloadastroconda-iraf-165bf8d9f8e3d0987923222b8488518b4fdc26a4.tar.gz
Merge pull request #1 from mirca/add-new-pyke-release
Update PyKE/Kepler to new version 2.6.3, which has code fixes needed for compatibility with the Python package versions in Astroconda, as well as other improvements. Minor meta.yaml fixes.
Diffstat (limited to 'pyraf.kepler/meta.yaml')
-rw-r--r--pyraf.kepler/meta.yaml22
1 files changed, 7 insertions, 15 deletions
diff --git a/pyraf.kepler/meta.yaml b/pyraf.kepler/meta.yaml
index 002f11b..7b40653 100644
--- a/pyraf.kepler/meta.yaml
+++ b/pyraf.kepler/meta.yaml
@@ -1,14 +1,7 @@
-# Note that this package is NOT fully working in AstroConda. It has been
-# patched to use astropy.io.fits (etc.) but the functionality has not been
-# tested properly. The "analysis" & "transit" modules used by lightcurve.py &
-# keptransit.py (via ma02.py) are missing from both AstroConda and Ureka.
-# The deprecated scipy.optimize.anneal in keptransit.py needs replacing with
-# optimize.basinhopping (possibly amongst other API changes).
-
about:
- home: http://iraf.noao.edu/
+ home: https://github.com/KeplerGO/PyKE/
license: US government notice, BSD, attribution requirement
- summary: KEPLER package for PyRAF
+ summary: A suite of Python/PyRAF tools to analyze Kepler data
build:
binary_relocation: False
number: '0'
@@ -19,17 +12,17 @@ build:
- bin/ac_update_extern_pkg
package:
name: pyraf.kepler
- version: "2.6.2"
+ version: "2.6.3"
source:
- fn: PyKE_2.6.2.tar
- url: http://astroconda-source:4440/PyKE_2.6.2.tar
- patches:
- - ac.iraf.kepler.patch # converts pyfits imports to io.fits for AstroConda
+ 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
@@ -37,4 +30,3 @@ requirements:
- numpy
- scipy
- mdp
-