From c517f02c4dfdaccff312f354b2949663467bc049 Mon Sep 17 00:00:00 2001 From: Ze Vinicius Date: Thu, 27 Apr 2017 14:22:39 -0700 Subject: update meta.yaml; remove patch --- pyraf.kepler/meta.yaml | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'pyraf.kepler/meta.yaml') diff --git a/pyraf.kepler/meta.yaml b/pyraf.kepler/meta.yaml index 002f11b..3782211 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,12 +12,10 @@ 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: - astroconda-iraf-helpers @@ -33,7 +24,7 @@ requirements: - iraf !=2.16.1,>=2.16.UR - pyraf - astropy - - matplotlib + - matplotlib==1.5.3 - numpy - scipy - mdp -- cgit From 85ac913115217e8821b348e8c2993cfd49faebef Mon Sep 17 00:00:00 2001 From: Zé Vinícius Date: Thu, 27 Apr 2017 16:17:46 -0700 Subject: Update meta.yaml --- pyraf.kepler/meta.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyraf.kepler/meta.yaml') diff --git a/pyraf.kepler/meta.yaml b/pyraf.kepler/meta.yaml index 3782211..83c058c 100644 --- a/pyraf.kepler/meta.yaml +++ b/pyraf.kepler/meta.yaml @@ -24,8 +24,7 @@ requirements: - iraf !=2.16.1,>=2.16.UR - pyraf - astropy - - matplotlib==1.5.3 + - matplotlib - numpy - scipy - mdp - -- cgit From 6c559b28ebcf526a7399aad593f82644f23b0760 Mon Sep 17 00:00:00 2001 From: Ze Vinicius Date: Wed, 3 May 2017 10:51:17 -0700 Subject: add python to 'build' and 'run' --- pyraf.kepler/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyraf.kepler/meta.yaml') diff --git a/pyraf.kepler/meta.yaml b/pyraf.kepler/meta.yaml index 83c058c..7b40653 100644 --- a/pyraf.kepler/meta.yaml +++ b/pyraf.kepler/meta.yaml @@ -18,9 +18,11 @@ source: 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 -- cgit